summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/emacs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-04 10:18:46 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-06 20:38:40 -0700
commitfb95946eb51f6500b703ffb51822fa551b242db9 (patch)
tree707c9f8e26358ea337ad6630358e2c4b16b96225 /meta-oe/recipes-support/emacs
parent2871edc40c8649e67fddc103101a8b64c5227b26 (diff)
downloadmeta-openembedded-fb95946eb51f6500b703ffb51822fa551b242db9.tar.gz
emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/emacs')
-rw-r--r--meta-oe/recipes-support/emacs/emacs_27.2.bb2
1 files changed, 1 insertions, 1 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 = " \
253" 253"
254 254
255# Restore FILES for the full package to catch everything left 255# Restore FILES for the full package to catch everything left
256FILES:${PN}-full = "${FILES_${PN}}" 256FILES:${PN}-full = "${FILES:${PN}}"
257FILES:${PN}-full:append = " ${datadir}/icons" 257FILES:${PN}-full:append = " ${datadir}/icons"
258 258
259 259