From e7f6f37cdbc8ba971a151ef23d96edd8cda76e30 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Aug 2021 11:11:22 +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/curl/curl_%.bbappend | 4 ++-- recipes-support/florence/florence3_0.6.3.bb | 8 ++++---- recipes-support/florence/florence3_0.6.3.bbappend | 2 +- recipes-support/florence/florence_0.5.4.bbappend | 2 +- recipes-support/gpio-tool/gpio-tool.bb | 4 ++-- recipes-support/libfm/libfm_%.bbappend | 2 +- recipes-support/tdx-oak-sensors/tdx-oak-sensors_0082.bb | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'recipes-support') diff --git a/recipes-support/curl/curl_%.bbappend b/recipes-support/curl/curl_%.bbappend index 9e29003..70c8849 100644 --- a/recipes-support/curl/curl_%.bbappend +++ b/recipes-support/curl/curl_%.bbappend @@ -1,3 +1,3 @@ # Use default packageconfig but .NET Core 2.0 prefers OpenSSL backend -PACKAGECONFIG_remove = "gnutls" -PACKAGECONFIG_append = " ssl" +PACKAGECONFIG:remove = "gnutls" +PACKAGECONFIG:append = " ssl" diff --git a/recipes-support/florence/florence3_0.6.3.bb b/recipes-support/florence/florence3_0.6.3.bb index 37f2973..d82b57c 100644 --- a/recipes-support/florence/florence3_0.6.3.bb +++ b/recipes-support/florence/florence3_0.6.3.bb @@ -12,9 +12,9 @@ DEPENDS = "cairo gconf glib-2.0-native gnome-doc-utils gstreamer1.0 gtk+3 intlto PROVIDES += "florence" -RPROVIDES_${PN} += "florence" -RREPLACES_${PN} += "florence" -RCONFLICTS_${PN} += "florence" +RPROVIDES:${PN} += "florence" +RREPLACES:${PN} += "florence" +RCONFLICTS:${PN} += "florence" SRC_URI = " \ ${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \ @@ -25,6 +25,6 @@ SRC_URI[sha256sum] = "422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944 S = "${WORKDIR}/florence-${PV}" inherit gettext autotools gconf pkgconfig gsettings -FILES_${PN} += "${datadir}/florence" +FILES:${PN} += "${datadir}/florence" EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord --without-sound" diff --git a/recipes-support/florence/florence3_0.6.3.bbappend b/recipes-support/florence/florence3_0.6.3.bbappend index 4e79209..ddddf4b 100644 --- a/recipes-support/florence/florence3_0.6.3.bbappend +++ b/recipes-support/florence/florence3_0.6.3.bbappend @@ -1,3 +1,3 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/florence3:" +FILESEXTRAPATHS:prepend := "${THISDIR}/florence3:" SRC_URI += "file://0001-make-sound-a-configure-option.patch" EXTRA_OECONF += " --without-sound" diff --git a/recipes-support/florence/florence_0.5.4.bbappend b/recipes-support/florence/florence_0.5.4.bbappend index 5d46356..a2c751d 100644 --- a/recipes-support/florence/florence_0.5.4.bbappend +++ b/recipes-support/florence/florence_0.5.4.bbappend @@ -1,3 +1,3 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://0001-make-sound-a-configure-option.patch" EXTRA_OECONF += " --without-sound" diff --git a/recipes-support/gpio-tool/gpio-tool.bb b/recipes-support/gpio-tool/gpio-tool.bb index b3bd714..9ee6029 100644 --- a/recipes-support/gpio-tool/gpio-tool.bb +++ b/recipes-support/gpio-tool/gpio-tool.bb @@ -18,7 +18,7 @@ PACKAGES = "${PN}" #no gnu_hash in binaries, skip QA dev-so for this package #we have symlinks ending in .so, skip QA ldflags for this package #inhibit warnings about files being stripped -INSANE_SKIP_${PN} = "ldflags already-stripped" +INSANE_SKIP:${PN} = "ldflags already-stripped" # just don't do any configuring do_configure() { @@ -35,6 +35,6 @@ do_install() { ln -s ${datadir}/applications/gpio-tool.desktop ${D}/home/root/Desktop/ } -FILES_${PN} += " \ +FILES:${PN} += " \ /home/root/Desktop \ " diff --git a/recipes-support/libfm/libfm_%.bbappend b/recipes-support/libfm/libfm_%.bbappend index fc8b8e9..89a4719 100644 --- a/recipes-support/libfm/libfm_%.bbappend +++ b/recipes-support/libfm/libfm_%.bbappend @@ -1,3 +1,3 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://libfm_set_terminal.patch" diff --git a/recipes-support/tdx-oak-sensors/tdx-oak-sensors_0082.bb b/recipes-support/tdx-oak-sensors/tdx-oak-sensors_0082.bb index fc13b98..e1d1f3d 100644 --- a/recipes-support/tdx-oak-sensors/tdx-oak-sensors_0082.bb +++ b/recipes-support/tdx-oak-sensors/tdx-oak-sensors_0082.bb @@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd" inherit autotools -FILES_${PN} += "" +FILES:${PN} += "" -- cgit v1.2.3