]> code.ossystems Code Review - openembedded-core.git/commit
python3-native: use the previous version of python-config script
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 9 Mar 2016 15:01:48 +0000 (17:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 16:59:55 +0000 (16:59 +0000)
commitb0d714c7f831828a5e09381fe36e3f859c16b2d9
tree504a9680f25dd813e19ba6c88812049e1c278be3
parent0b68f0632312392cbd20bfcb9ed4895cfc9883ff
python3-native: use the previous version of python-config script

In python 3.4 python-config was rewritten in shell, ironically
to support cross-compilation:
https://bugs.python.org/issue16235

This new shell version is broken in several ways, and doesn't
have our oe-specific tweaks. Let's revert to the old script,
which is still provided.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-native_3.5.1.bb
meta/recipes-devtools/python/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch [new file with mode: 0644]