python3: Fix race condition at high parallelism factor

Backport a patch to fix race condition as reported here

https://bugzilla.yoctoproject.org/show_bug.cgi?id=5884

[YOCTO #5884]

(From OE-Core rev: 209a019b12f2941f8aefac9f192e9cdf691196e3)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2014-02-26 09:47:33 -08:00
committed by Richard Purdie
parent 5c6d9a14ad
commit 8a33c5dd3b
3 changed files with 28 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ file://shutil-follow-symlink-fix.patch \
file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
file://sysroot-include-headers.patch \
file://unixccompiler.patch \
file://fix-ast.h-dependency.patch \
${DISTRO_SRC_URI} \
"
SRC_URI[md5sum] = "f3ebe34d4d8695bf889279b54673e10c"