inetutils: fix libreadline path to fix QA errors
authorTing Liu <b28495@freescale.com>
Wed, 15 Jan 2014 07:36:13 +0000 (01:36 -0600)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:28 +0000 (08:35 -0800)
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

(From meta-openembedded rev: c7c3e97d6ae540c1862bdd7470490522ea2fdb28)

Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb

index 97fc6a1..80022c7 100644 (file)
@@ -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 () {