summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-native_3.3.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 11:03:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:01:15 +0000
commit5436de527486e1176d755d48f4424c02530bd0ca (patch)
treef9eda10987aefebd373659c1857c92489752a2bd /meta/recipes-devtools/python/python3-native_3.3.3.bb
parent3f0e3b5d535bc3726d11179ee70bd66b473544a5 (diff)
downloadpoky-5436de527486e1176d755d48f4424c02530bd0ca.tar.gz
python3: Fix make race
This fixes a race which was showing up on the autobuilder (see patch header). (From OE-Core rev: 9d796611afc42bea5ad9cab47ba4fb5ac0cb5ddd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-native_3.3.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-native_3.3.3.bb1
1 files changed, 1 insertions, 0 deletions
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 534dbec180..df8f28b3d9 100644
--- a/meta/recipes-devtools/python/python3-native_3.3.3.bb
+++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb
@@ -23,6 +23,7 @@ file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
23file://sysroot-include-headers.patch \ 23file://sysroot-include-headers.patch \
24file://unixccompiler.patch \ 24file://unixccompiler.patch \
25file://fix-ast.h-dependency.patch \ 25file://fix-ast.h-dependency.patch \
26file://makerace.patch \
26${DISTRO_SRC_URI} \ 27${DISTRO_SRC_URI} \
27" 28"
28SRC_URI[md5sum] = "f3ebe34d4d8695bf889279b54673e10c" 29SRC_URI[md5sum] = "f3ebe34d4d8695bf889279b54673e10c"