diff options
author | Ting Liu <ting.liu@freescale.com> | 2014-07-23 14:19:00 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-30 09:21:04 +0200 |
commit | ca1f407451b66e9c5f93b61ba29234fe30ed6970 (patch) | |
tree | 54bc8e49c18e5c617d1882563435b2460a2df9c1 /meta-oe/recipes-graphics/xorg-app | |
parent | 60e1d5463fadfcf33edf9e68a42b7bcf9adad803 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_303.bb | 1 |
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 61890ab46..fad07d9ff 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} \ | |||
13 | --x-libraries=${STAGING_LIBDIR} \ | 13 | --x-libraries=${STAGING_LIBDIR} \ |
14 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ | 14 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ |
15 | --disable-imake \ | 15 | --disable-imake \ |
16 | --disable-rpath-hack \ | ||
16 | --disable-setuid" | 17 | --disable-setuid" |
17 | 18 | ||
18 | B = "${S}" | 19 | B = "${S}" |