poky/meta/recipes-devtools/python/python-native
Alejandro Hernandez 65a8408155 python: Fix PGEN linking errors
Parallel make races when linking PGEN affects target's python
compilation as well, adds patch from python-native to modify the
Makefile and avoid parallel make races, also updates upstream status

(From OE-Core rev: 4f0d1015aa3331ae7b376f836d3188b6017abfb1)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-25 12:39:39 +00:00
..
10-distutils-fix-swig-parameter.patch
11-distutils-never-modify-shebang-line.patch
12-distutils-prefix-is-inside-staging-area.patch
avoid_parallel_make_races_on_pgen.patch python: Fix PGEN linking errors 2015-03-25 12:39:39 +00:00
debug.patch
multilib.patch
nohostlibs.patch
revert_use_of_sysconfigdata.patch python-native: Reverts usage of distutils.sysconfig On older versions of Python, sysconfig read the Makefile and Python.h, generated at build time now it uses _sysconfigdata which contains information about the HOST, erroneous in our case, this causes an error when bulding something using distutils since it obtains compiler information and such. 2015-02-23 17:35:29 +00:00
unixccompiler.patch