[OE-core] [PATCH] xterm: revert FILES_PN change from recent package uprev

Paul Gortmaker paul.gortmaker at windriver.com
Sun Jan 31 19:56:03 UTC 2016


After the uprev in: commit ad5d2ff6c782a3319aedc25cc641574e39328460
("xterm: 308 -> 320") I started getting this failure:

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/XTerm-color
  /usr/lib/X11/app-defaults/UXTerm
  /usr/lib/X11/app-defaults/UXTerm-color
  /usr/lib/X11/app-defaults/XTerm
  /usr/lib/X11/app-defaults/KOI8RXTerm-color
  /usr/lib/X11/app-defaults/KOI8RXTerm
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
xterm: 9 installed and not shipped files. [installed-vs-shipped]
ERROR: Fatal QA errors found, failing task.
ERROR: Function failed: do_package
ERROR: Logfile of failure stored in: /home/paul/poky/build/tmp/work/core2-64-overc-linux/xterm/320-r0/temp/log.do_package.4639
ERROR: Task 11 (/home/paul/poky/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_320.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1056 tasks of which 858 didn't need to be rerun and 1 failed.

The fail can be avoided by the revert of one line that was in
the above commit, as which is done here.  Should there be a
desire to better absract out FILES_${PN} that can be done in
a separate follow on commit that is tested to confirm it does
not reintroduce this same build regression.

Cc: Li xin <lixin.fnst at cn.fujitsu.com>
Cc: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
---
 meta-oe/recipes-graphics/xorg-app/xterm_320.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index f67d890abcae..10b75fca32db 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -27,4 +27,4 @@ do_configure() {
     oe_runconf
 }
 
-FILES_${PN} += "${libdir}/X11"
+FILES_${PN} += "/usr/lib/X11"
-- 
2.1.4




More information about the Openembedded-core mailing list