[oe-commits] Ting Liu : inetutils: fix libreadline path to fix QA errors

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 17:55:51 UTC 2014


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

Author: Ting Liu <b28495 at freescale.com>
Date:   Wed Jan 15 01:36:13 2014 -0600

inetutils: fix libreadline path to fix QA errors

If wrong path set, inetutils configure script will add a absolute
rpath, which result in the below QA errors:
| ERROR: QA Issue: package inetutils-ftp contains bad RPATH
| ERROR: QA Issue: package inetutils-telnet contains bad RPATH
| ERROR: QA Issue: package inetutils-telnetd contains bad RPATH
| ERROR: QA run found fatal errors. Please consider fixing them.
| ERROR: Function failed: do_package_qa

Signed-off-by: Ting Liu <b28495 at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
index 97fc6a1..80022c7 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -37,7 +37,7 @@ PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
 
 EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
         ${noipv6} \
-        --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \
+        --with-libreadline-prefix=${STAGING_LIBDIR} \
 "
 
 do_configure_prepend () {



More information about the Openembedded-commits mailing list