mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user