mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
inetutils: correct QA issue (unrecognized configure option)
WARNING: QA Issue: inetutils: configure was passed unrecognised options: --with-path-login --with-path-procnet-dev Neither of these appear to be valid for inetutils-1.9.1, so remove them. Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
@@ -35,9 +35,7 @@ PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline"
|
|||||||
PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
|
PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
|
EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
|
||||||
--with-path-procnet-dev=/proc/net/dev \
|
|
||||||
${noipv6} \
|
${noipv6} \
|
||||||
--with-path-login=/bin/login \
|
|
||||||
--with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \
|
--with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user