From 8a33c5dd3be1a0f1697cf27291947bc91550050e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 26 Feb 2014 09:47:33 -0800 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-native_3.3.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3-native_3.3.3.bb') diff --git a/meta/recipes-devtools/python/python3-native_3.3.3.bb b/meta/recipes-devtools/python/python3-native_3.3.3.bb index 26b811fc5c..97bf3b5297 100644 --- a/meta/recipes-devtools/python/python3-native_3.3.3.bb +++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb @@ -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" -- cgit v1.2.3-54-g00ecf