[oe] [meta-networking][PATCH] inetutils: correct QA issue (unrecognized configure option)

Joe MacDonald joe at deserted.net
Wed Dec 4 21:21:04 UTC 2013


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 at deserted.net>
---
 meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb |    2 --
 1 file changed, 2 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 edff60a..d12ad39 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -35,9 +35,7 @@ PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline"
 PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
 
 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} \
 "
 
-- 
1.7.10.4




More information about the Openembedded-devel mailing list