From 97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Wed, 4 Dec 2013 16:19:03 -0500 Subject: 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 --- meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-networking') 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 edff60ac73..d12ad391d6 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} \ " -- cgit 1.2.3-korg