diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 11:03:27 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:15 +0000 |
| commit | 5436de527486e1176d755d48f4424c02530bd0ca (patch) | |
| tree | f9eda10987aefebd373659c1857c92489752a2bd /meta/recipes-devtools/python/python3_3.3.3.bb | |
| parent | 3f0e3b5d535bc3726d11179ee70bd66b473544a5 (diff) | |
| download | poky-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_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 0631fd9873..b6f6def8f1 100644 --- a/meta/recipes-devtools/python/python3_3.3.3.bb +++ b/meta/recipes-devtools/python/python3_3.3.3.bb | |||
| @@ -18,6 +18,7 @@ file://130-readline-setup.patch \ | |||
| 18 | file://150-fix-setupterm.patch \ | 18 | file://150-fix-setupterm.patch \ |
| 19 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ | 19 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ |
| 20 | file://fix-ast.h-dependency.patch \ | 20 | file://fix-ast.h-dependency.patch \ |
| 21 | file://makerace.patch \ | ||
| 21 | ${DISTRO_SRC_URI} \ | 22 | ${DISTRO_SRC_URI} \ |
| 22 | " | 23 | " |
| 23 | 24 | ||
