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>
This commit is contained in:
Jackie Huang 2013-12-04 18:33:55 +08:00 committed by Joe MacDonald
parent 1f88425be7
commit 0abd142f0a

View File

@ -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 () {