diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-12-04 18:33:55 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-12-04 10:48:30 -0500 |
commit | 0abd142f0af03aa36c0c551e930b143798999066 (patch) | |
tree | 201ebc4510eb175c82de9095068bd476af0d01ae /meta-networking/recipes-connectivity | |
parent | 1f88425be74f598ce1e5b3db8375218a6aec1546 (diff) | |
download | meta-openembedded-0abd142f0af03aa36c0c551e930b143798999066.tar.gz |
inetutils: add --with-libreadline-prefix to avoid host contamination
Fix the do_rootfs error:
| Computing transaction...error: Can't install inetutils-telnetd-1.9.1-r1.1@i686: no package provides libreadline.so.5
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 1 |
1 files changed, 1 insertions, 0 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 59a22aadb..edff60ac7 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} \ | |||
38 | --with-path-procnet-dev=/proc/net/dev \ | 38 | --with-path-procnet-dev=/proc/net/dev \ |
39 | ${noipv6} \ | 39 | ${noipv6} \ |
40 | --with-path-login=/bin/login \ | 40 | --with-path-login=/bin/login \ |
41 | --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ | ||
41 | " | 42 | " |
42 | 43 | ||
43 | do_configure_prepend () { | 44 | do_configure_prepend () { |