diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-12-20 10:30:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:52:34 +0000 |
commit | e27f7d4908374858ae08914518e4320659ffb6c9 (patch) | |
tree | 7ab04f694f90e6def1f14b9639a51d24bc78a902 | |
parent | 6ea42c0f146300c4fd1896990cee19cecf70b5f7 (diff) | |
download | poky-e27f7d4908374858ae08914518e4320659ffb6c9.tar.gz |
python: fix unrecognised options: --without-cxx --with-cyclic-gc
The -with-cxx changed to with-cxx-main sometime around the 2.5 time frame
It appears that there never was a with-cyclic-gc configure option, or if
there was it was from some past patch we no longer have.
(From OE-Core rev: 3bfadeb3d86dc2b51525b7650567c42df0d0abcb)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 87f5a39116..4991b975f4 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -22,8 +22,7 @@ PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8" | |||
22 | EXTRA_OECONF = "\ | 22 | EXTRA_OECONF = "\ |
23 | --with-threads \ | 23 | --with-threads \ |
24 | --with-pymalloc \ | 24 | --with-pymalloc \ |
25 | --with-cyclic-gc \ | 25 | --without-cxx-main \ |
26 | --without-cxx \ | ||
27 | --with-signal-module \ | 26 | --with-signal-module \ |
28 | --enable-shared \ | 27 | --enable-shared \ |
29 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ | 28 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ |