summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:15:47 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commit2bad4577a7aca29b45ff694a0ef15af0bd0e2f76 (patch)
tree7731882a3a0f6b9fceaac53b78199f6e39b1ec73
parent67d13b0921233b9fe2ee75a53fab12f1d84b4532 (diff)
downloadmeta-openembedded-2bad4577a7aca29b45ff694a0ef15af0bd0e2f76.tar.gz
inetutils: add PACKAGECONFIG for ftp and uucpd
* readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb5
1 files changed, 5 insertions, 0 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 603bf0176..d77dab8f5 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -24,6 +24,11 @@ SRC_URI[sha256sum] = "02a9ebde8a198cb85f87545b9d88fb103a183958139864a85fe9e027ad
24inherit autotools gettext 24inherit autotools gettext
25 25
26noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}" 26noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}"
27
28PACKAGECONFIG ??= "ftp uucpd"
29PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline"
30PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
31
27EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ 32EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
28 --with-path-procnet-dev=/proc/net/dev \ 33 --with-path-procnet-dev=/proc/net/dev \
29 ${noipv6} \ 34 ${noipv6} \