From de38849b30cf533705c7b42b28863bcd910c6dbf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2021 10:18:46 -0700 Subject: emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN} Signed-off-by: Khem Raj --- meta-oe/recipes-support/emacs/emacs_27.2.bb | 2 +- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb index 485d78ce4..a91c465c1 100644 --- a/meta-oe/recipes-support/emacs/emacs_27.2.bb +++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb @@ -253,7 +253,7 @@ FILES:${PN}-base = " \ " # Restore FILES for the full package to catch everything left -FILES:${PN}-full = "${FILES_${PN}}" +FILES:${PN}-full = "${FILES:${PN}}" FILES:${PN}-full:append = " ${datadir}/icons" diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb index 38bd23711..ac4ba85d7 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb @@ -63,7 +63,7 @@ do_install_ptest() { # we're not selecting libgpiod-tools. install -m 0755 ${S}/tools/gpio-tools-test ${D}${PTEST_PATH}/tests/ install -m 0755 ${S}/tools/gpio-tools-test.bats ${D}${PTEST_PATH}/tests/ - for tool in ${FILES_${PN}-tools}; do + for tool in ${FILES:${PN}-tools}; do install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ done diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb index c49ba0456..7c3c17cd7 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb @@ -181,7 +181,7 @@ do_install:append() { rm -rf ${D}${libdir}/firewalld if ! ${@bb.utils.contains('PACKAGECONFIG', 'storaged', 'true', 'false', d)}; then - for filename in ${FILES_${PN}-storaged} + for filename in ${FILES:${PN}-storaged} do rm -rf ${D}$filename done -- cgit v1.2.3-54-g00ecf