Parcourir la source

botan: Mark incompatible with riscv32

CPU is not supported _yet_

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj il y a 3 ans
Parent
commit
68c431c2c2

+ 1 - 0
meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

@@ -192,6 +192,7 @@ RDEPENDS_packagegroup-meta-oe-crypto ="\
     libsodium \
     pkcs11-helper \
 "
+RDEPENDS_packagegroup-meta-oe-crypto_remove_riscv32 = "botan"
 
 RDEPENDS_packagegroup-meta-oe-dbs ="\
     leveldb \

+ 2 - 0
meta-oe/recipes-crypto/botan/botan_2.14.0.bb

@@ -49,3 +49,5 @@ PACKAGES += "${PN}-python3"
 FILES_${PN}-python3 = "${libdir}/python3"
 
 RDEPENDS_${PN}-python3 += "python3"
+
+COMPATIBLE_HOST_riscv32 = "null"