mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user