diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:15:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:09 +0200 |
commit | 43d5c3ec0b0596d5f5cea1b9ba78c7015adae9cc (patch) | |
tree | 04b34d6770d4f0978bc6ceedae54c4996a3eb616 /meta-networking/recipes-connectivity | |
parent | 3d9dabf1441ee04fde320dbfe3d0a4ad4de93903 (diff) | |
download | meta-openembedded-43d5c3ec0b0596d5f5cea1b9ba78c7015adae9cc.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>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 5 |
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 c55851f53..7c7343e57 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | |||
@@ -29,6 +29,11 @@ inherit autotools gettext update-alternatives | |||
29 | 29 | ||
30 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" | 30 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" |
31 | noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}" | 31 | noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}" |
32 | |||
33 | PACKAGECONFIG ??= "ftp uucpd" | ||
34 | PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline" | ||
35 | PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline" | ||
36 | |||
32 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | 37 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ |
33 | --with-path-procnet-dev=/proc/net/dev \ | 38 | --with-path-procnet-dev=/proc/net/dev \ |
34 | ${noipv6} \ | 39 | ${noipv6} \ |