From e0b0f343fd1ccbe955ee6925785a3f917f20fb3c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Aug 2021 13:20:20 +0200 Subject: layer: convert to new override syntax This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher --- recipes-support/libcryptopp/libcryptopp_5.6.4.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-support') diff --git a/recipes-support/libcryptopp/libcryptopp_5.6.4.bb b/recipes-support/libcryptopp/libcryptopp_5.6.4.bb index 68ce50f..c537781 100644 --- a/recipes-support/libcryptopp/libcryptopp_5.6.4.bb +++ b/recipes-support/libcryptopp/libcryptopp_5.6.4.bb @@ -20,13 +20,13 @@ SRC_URI[sha256sum] = "be430377b05c15971d5ccb6e44b4d95470f561024ed6d701fe3da3a188 inherit autotools-brokensep pkgconfig -PACKAGES_prepend = "${PN}-test " +PACKAGES:prepend = "${PN}-test " EXTRA_OECONF = "--libdir=${base_libdir}" TARGET_CC_ARCH += "${LDFLAGS}" export PREFIX="${prefix}" -EXTRA_OEMAKE_class-native = "CC='${CC}' CXX='${CXX}'" +EXTRA_OEMAKE:class-native = "CC='${CC}' CXX='${CXX}'" do_compile() { sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile @@ -35,13 +35,13 @@ do_compile() { } # do not provide the shared object file, so we force to link statically for host tools -do_compile_class-native() { +do_compile:class-native() { sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC" oe_runmake all } -FILES_${PN}-test = " \ +FILES:${PN}-test = " \ ${bindir} \ ${datadir}/cryptopp \ " -- cgit v1.2.3