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-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 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" | |||
| 35 | PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline" | 35 | PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline" |
| 36 | 36 | ||
| 37 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | 37 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ |
| 38 | --with-path-procnet-dev=/proc/net/dev \ | ||
| 39 | ${noipv6} \ | 38 | ${noipv6} \ |
| 40 | --with-path-login=/bin/login \ | ||
| 41 | --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ | 39 | --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ |
| 42 | " | 40 | " |
| 43 | 41 | ||
