aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-10-31 12:12:53 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:23:59 +0100
commit471cd564fd72a34ac62f702fad8983f44e4b411a (patch)
tree86f4b602ed3562132f46806e8820fb35b0a5ccf4 /meta-oe/recipes-graphics/xorg-app
parent5a752d719eb35dcbdf4b58bd70ec904befbe0c59 (diff)
downloadmeta-openembedded-contrib-471cd564fd72a34ac62f702fad8983f44e4b411a.tar.gz
xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64
commit 'ad5d2ff6c782a3319aedc25cc641574e39328460 xterm: 308 -> 320' changed FILES_${PN} from "/usr/lib/X11" to "${libdir}/X11". This leads to QA issue on ppc64 which defines libdir as /usr/lib64: ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/X11 /usr/lib/X11/app-defaults /usr/lib/X11/app-defaults/UXTerm /usr/lib/X11/app-defaults/KOI8RXTerm-color /usr/lib/X11/app-defaults/XTerm-color /usr/lib/X11/app-defaults/UXTerm-color /usr/lib/X11/app-defaults/KOI8RXTerm /usr/lib/X11/app-defaults/XTerm Restore the setting of FILES_${PN} to package the installed ASCII text files. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_325.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
index e0baf3cfac..a627af000c 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
@@ -27,4 +27,4 @@ do_configure() {
oe_runconf
}
-FILES_${PN} += "${libdir}/X11"
+FILES_${PN} += "/usr/lib/X11"