[oe-commits] Ting Liu : xterm: disable-rpath-hack to avoid QA issue

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:15 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: ca1f407451b66e9c5f93b61ba29234fe30ed6970
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ca1f407451b66e9c5f93b61ba29234fe30ed6970

Author: Ting Liu <ting.liu at freescale.com>
Date:   Wed Jul 23 14:19:00 2014 +0800

xterm: disable-rpath-hack to avoid QA issue

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

Signed-off-by: Ting Liu <ting.liu at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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}"



More information about the Openembedded-commits mailing list