summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python.inc
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2013-06-03 17:12:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:48:28 +0100
commit61ded4c7e6305796453886e0bda4007e829eeb6b (patch)
tree83f77e87a7120ed8fb34ea49f534b6cf34a89965 /meta/recipes-devtools/python/python.inc
parent5a0f74ac0418e219c6127e7906fd550a15809920 (diff)
downloadpoky-61ded4c7e6305796453886e0bda4007e829eeb6b.tar.gz
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 <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r--meta/recipes-devtools/python/python.inc1
1 files changed, 1 insertions, 0 deletions
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 = "\
27 --with-signal-module \ 27 --with-signal-module \
28 --with-wctype-functions \ 28 --with-wctype-functions \
29 --enable-shared \ 29 --enable-shared \
30 --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
30 ${PYTHONLSBOPTS} \ 31 ${PYTHONLSBOPTS} \
31" 32"