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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 13:36:21 UTC 2014


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

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