mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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:
committed by
Joe MacDonald
parent
1f88425be7
commit
0abd142f0a
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user