From: Dan McGregor Date: Mon, 3 Jun 2013 23:12:27 +0000 (-0600) Subject: python: enable IPv6 based on DISTRO_FEATURES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6956fb01e0c7332e4d8b59cbcb1cd997c54191fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python: enable IPv6 based on DISTRO_FEATURES Base this on DISTRO_FEATURES, because we don't want it unconditionally enabled. Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index d0ed55b3b12..80609a88879 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -27,5 +27,6 @@ EXTRA_OECONF = "\ --with-signal-module \ --with-wctype-functions \ --enable-shared \ + --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ ${PYTHONLSBOPTS} \ "