aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2014-07-23 14:19:00 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-30 09:21:04 +0200
commitca1f407451b66e9c5f93b61ba29234fe30ed6970 (patch)
tree54bc8e49c18e5c617d1882563435b2460a2df9c1
parent60e1d5463fadfcf33edf9e68a42b7bcf9adad803 (diff)
downloadmeta-openembedded-contrib-ca1f407451b66e9c5f93b61ba29234fe30ed6970.tar.gz
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@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_303.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
index 61890ab461..fad07d9ffc 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}"