From f927e8f4e1b13ae6e4172448206705adf9f5d3c0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 15:15:47 +0200 Subject: [PATCH] inetutils: add PACKAGECONFIG for ftp and uucpd * readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From meta-openembedded rev: 43d5c3ec0b0596d5f5cea1b9ba78c7015adae9cc) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../recipes-connectivity/inetutils/inetutils_1.9.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb b/meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb index c55851f..7c7343e 100644 --- a/meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb +++ b/meta-openembedded/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb @@ -29,6 +29,11 @@ inherit autotools gettext update-alternatives SRC_URI += "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}" + +PACKAGECONFIG ??= "ftp uucpd" +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} \ -- 2.7.4