aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-14 13:26:59 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-15 12:25:53 -0800
commit68c431c2c2bd556ea95bb682dfdd3e189e0031e0 (patch)
treecca6d334484549d14722e9bf094298487a3a8fd8 /meta-oe/recipes-crypto
parentede7eadd2b957b541cf7f5530208ab71a3bf460b (diff)
downloadmeta-openembedded-contrib-68c431c2c2bd556ea95bb682dfdd3e189e0031e0.tar.gz
botan: Mark incompatible with riscv32
CPU is not supported _yet_ Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/botan/botan_2.14.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_2.14.0.bb b/meta-oe/recipes-crypto/botan/botan_2.14.0.bb
index 42e89f639c..13b2c6649b 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.14.0.bb
+++ b/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"