diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-02-26 09:47:33 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2014-02-28 11:32:11 +0200 |
commit | 209a019b12f2941f8aefac9f192e9cdf691196e3 (patch) | |
tree | f2b254e28baf6087284fbe92817d6bb8d560a8ee /meta/recipes-devtools/python/python3_3.3.3.bb | |
parent | a88c386239ddc5816d9045d12cf6db4872fa86da (diff) | |
download | openembedded-core-209a019b12f2941f8aefac9f192e9cdf691196e3.tar.gz openembedded-core-209a019b12f2941f8aefac9f192e9cdf691196e3.tar.bz2 openembedded-core-209a019b12f2941f8aefac9f192e9cdf691196e3.zip |
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]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.3.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.3.3.bb b/meta/recipes-devtools/python/python3_3.3.3.bb index d359863833..5d1ef5b314 100644 --- a/meta/recipes-devtools/python/python3_3.3.3.bb +++ b/meta/recipes-devtools/python/python3_3.3.3.bb @@ -17,6 +17,7 @@ file://110-enable-zlib.patch \ file://130-readline-setup.patch \ file://150-fix-setupterm.patch \ file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ +file://fix-ast.h-dependency.patch \ ${DISTRO_SRC_URI} \ " |