[oe] [meta-oe][PATCH] xterm: disable-rpath-hack to avoid QA issue

ting.liu at freescale.com ting.liu at freescale.com
Wed Jul 23 06:19:00 UTC 2014


From: Ting Liu <ting.liu at freescale.com>

Fix:
| .../packages-split/xterm/usr/bin/resize contains bad RPATH.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 meta-oe/recipes-graphics/xorg-app/xterm_303.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
index 61890ab..fad07d9 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
@@ -13,6 +13,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --x-libraries=${STAGING_LIBDIR} \
                  FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
                  --disable-imake \
+                 --disable-rpath-hack \
                  --disable-setuid"
 
 B = "${S}"
-- 
1.8.3.2




More information about the Openembedded-devel mailing list