diff options
author | Joe MacDonald <joe@deserted.net> | 2013-12-04 16:19:03 -0500 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-12-04 16:19:03 -0500 |
commit | 97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c (patch) | |
tree | 4588218c17b159843b232986faa955129188bee4 /meta-networking/recipes-connectivity/inetutils | |
parent | 0abd142f0af03aa36c0c551e930b143798999066 (diff) | |
download | meta-openembedded-contrib-97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 2 |
1 files changed, 0 insertions, 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 edff60ac732..d12ad391d69 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} \ " |