diff options
author | Ting Liu <b28495@freescale.com> | 2014-01-15 01:36:13 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:38 +0100 |
commit | c7c3e97d6ae540c1862bdd7470490522ea2fdb28 (patch) | |
tree | cef8ba096da41229e8f4c61541d00b51bfe08f26 /meta-networking | |
parent | 5a298cc934e5d2753ea49feafc6e468da5796b73 (diff) | |
download | meta-openembedded-c7c3e97d6ae540c1862bdd7470490522ea2fdb28.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 97fc6a11f..80022c7e7 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" | |||
37 | 37 | ||
38 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | 38 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ |
39 | ${noipv6} \ | 39 | ${noipv6} \ |
40 | --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ | 40 | --with-libreadline-prefix=${STAGING_LIBDIR} \ |
41 | " | 41 | " |
42 | 42 | ||
43 | do_configure_prepend () { | 43 | do_configure_prepend () { |