[oe-commits] [meta-openembedded] 01/39: net-snmp: enable ipv6 support

git at git.openembedded.org git at git.openembedded.org
Thu May 19 10:10:28 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit ea52766e39f0886f47f8e24fd2af923a4b3bced7
Author: Zhu Yanjun <yanjun.zhu at windriver.com>
AuthorDate: Fri May 6 10:59:22 2016 -0300

    net-snmp: enable ipv6 support
    
    Add packageconfig for ipv6 and enable it when it's defined in distro_features.
    
    Signed-off-by: Zhu Yanjun <yanjun.zhu at windriver.com>
    Signed-off-by: Yue Tao <Yue.Tao at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
index 1a50932..ee8878f 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
@@ -39,6 +39,9 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
 PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
 
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
+PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
+
 EXTRA_OECONF = "--disable-embedded-perl \
                 --with-perl-modules=no \
                 --disable-manuals \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list