From 61ded4c7e6305796453886e0bda4007e829eeb6b Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Mon, 3 Jun 2013 17:12:27 -0600 Subject: python: enable IPv6 based on DISTRO_FEATURES Base this on DISTRO_FEATURES, because we don't want it unconditionally enabled. (From OE-Core rev: 6956fb01e0c7332e4d8b59cbcb1cd997c54191fc) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python.inc') diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index d0ed55b3b1..80609a8887 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} \ " -- cgit v1.2.3-54-g00ecf