summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch
Commit message (Collapse)AuthorAgeFilesLines
* python/python-native: upgrade from 2.7.11 to 2.7.12Sona Sarmadi2017-04-031-27/+0
| | | | | | | | | | | | | | | | | | Rebases: - default-versions.inc - multilib.patch - 01-use-proper-tools-for-cross-build.patch - debug.patch - python.inc Upstream: - avoid_parallel_make_races_on_pgen.patch - CVE-2016-5636.patch (Backported from OE-Core rev: adf4266524d0d1a7814d31496c3ecc6470644ec6) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python: Fix PGEN linking errorsAlejandro Hernandez2015-03-251-0/+27
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>