[oe-commits] Joe MacDonald : inetutils: correct QA issue (unrecognized configure option )

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 17:54:41 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c

Author: Joe MacDonald <joe at deserted.net>
Date:   Wed Dec  4 16:19:03 2013 -0500

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 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} \
 "
 



More information about the Openembedded-commits mailing list