emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-08-04 10:18:46 -07:00
parent 2871edc40c
commit fb95946eb5
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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