summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/botan
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-crypto/botan')
-rw-r--r--meta-oe/recipes-crypto/botan/botan_2.18.1.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb
index 041eff039d..62872ff852 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb
@@ -12,9 +12,9 @@ S = "${WORKDIR}/Botan-${PV}"
12inherit python3native siteinfo lib_package 12inherit python3native siteinfo lib_package
13 13
14CPU ?= "${TARGET_ARCH}" 14CPU ?= "${TARGET_ARCH}"
15CPU_x86 = "x86_32" 15CPU:x86 = "x86_32"
16CPU_armv7a = "armv7" 16CPU:armv7a = "armv7"
17CPU_armv7ve = "armv7" 17CPU:armv7ve = "armv7"
18 18
19do_configure() { 19do_configure() {
20 python3 ${S}/configure.py \ 20 python3 ${S}/configure.py \
@@ -45,8 +45,8 @@ do_install() {
45 45
46PACKAGES += "${PN}-python3" 46PACKAGES += "${PN}-python3"
47 47
48FILES_${PN}-python3 = "${libdir}/python3" 48FILES:${PN}-python3 = "${libdir}/python3"
49 49
50RDEPENDS_${PN}-python3 += "python3" 50RDEPENDS:${PN}-python3 += "python3"
51 51
52COMPATIBLE_HOST_riscv32 = "null" 52COMPATIBLE_HOST:riscv32 = "null"