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@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ting Liu
2014-01-15 01:36:13 -06:00
committed by Martin Jansa
parent 5a298cc934
commit c7c3e97d6a
@@ -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 () {