[oe] [meta-networking][PATCH 2/2] inetutils: add --with-libreadline-prefix to avoid host contamination

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Dec 4 10:33:55 UTC 2013


From: Jackie Huang <jackie.huang at windriver.com>

Fix the do_rootfs error:
| Computing transaction...error: Can't install inetutils-telnetd-1.9.1-r1.1 at i686: no package provides libreadline.so.5

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 59a22aa..edff60a 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -38,6 +38,7 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
         --with-path-procnet-dev=/proc/net/dev \
         ${noipv6} \
         --with-path-login=/bin/login \
+        --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \
 "
 
 do_configure_prepend () {
-- 
1.8.3




More information about the Openembedded-devel mailing list