From c61dc077bbd81260e4f167fa2251643ba0ba6974 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 17:04:53 +0200 Subject: 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 --- meta-oe/recipes-crypto/botan/botan_2.18.1.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-oe/recipes-crypto/botan') 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}" inherit python3native siteinfo lib_package CPU ?= "${TARGET_ARCH}" -CPU_x86 = "x86_32" -CPU_armv7a = "armv7" -CPU_armv7ve = "armv7" +CPU:x86 = "x86_32" +CPU:armv7a = "armv7" +CPU:armv7ve = "armv7" do_configure() { python3 ${S}/configure.py \ @@ -45,8 +45,8 @@ do_install() { PACKAGES += "${PN}-python3" -FILES_${PN}-python3 = "${libdir}/python3" +FILES:${PN}-python3 = "${libdir}/python3" -RDEPENDS_${PN}-python3 += "python3" +RDEPENDS:${PN}-python3 += "python3" -COMPATIBLE_HOST_riscv32 = "null" +COMPATIBLE_HOST:riscv32 = "null" -- cgit v1.2.3-54-g00ecf