diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 80609a8887..fcfeda5cbc 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -25,7 +25,6 @@ EXTRA_OECONF = "\ | |||
25 | --with-cyclic-gc \ | 25 | --with-cyclic-gc \ |
26 | --without-cxx \ | 26 | --without-cxx \ |
27 | --with-signal-module \ | 27 | --with-signal-module \ |
28 | --with-wctype-functions \ | ||
29 | --enable-shared \ | 28 | --enable-shared \ |
30 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ | 29 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ |
31 | ${PYTHONLSBOPTS} \ | 30 | ${PYTHONLSBOPTS} \ |