summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/botan
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-crypto/botan
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 041eff039..62872ff85 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"