generic-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 gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
11-distutils-never-modify-shebang-line.patch gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
12-distutils-prefix-is-inside-staging-area.patch python-native: distutils: don't use libdir, remove dead code path 2012-03-13 11:45:13 +00:00
avoid_parallel_make_races_on_pgen.patch python: Fix PGEN linking errors 2015-03-25 12:39:39 +00:00
debug.patch gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
multilib.patch Python: Upgrade from 2.7.3 to 2.7.9: 2015-02-23 17:35:29 +00:00
nohostlibs.patch Python: Upgrade from 2.7.3 to 2.7.9: 2015-02-23 17:35:29 +00:00
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 python-native: Fix gcc compiler detecting logic 2011-11-29 11:22:05 +00:00