mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2871edc40c
commit
fb95946eb5
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user