summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-05-17 13:44:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-18 23:52:54 +0100
commitd686afb18fe83449011759f1f2f02911dba2066a (patch)
tree44741160adafdbd7adda2c92f1929bdda7abc340 /meta/recipes-devtools/python/python3
parent16fce99695be2ad2ef26aa926dade5f6db97e988 (diff)
downloadpoky-d686afb18fe83449011759f1f2f02911dba2066a.tar.gz
python3: update status on upstreamed patch
(From OE-Core rev: 319fb2d804b193d39d78010115e28a31b4f9f6e9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
-rw-r--r--meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch b/meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
index 237645bc60..9ed03858d4 100644
--- a/meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
+++ b/meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
@@ -9,8 +9,7 @@ installs python-config there) to race, resulting in a failure due to
9attempting to install python-config into a nonexistent BINDIR. Ensure it also 9attempting to install python-config into a nonexistent BINDIR. Ensure it also
10exists in the libainstall target. 10exists in the libainstall target.
11 11
12Upstream-Status: Submitted [https://github.com/python/cpython/pull/13186] 12Upstream-Status: Backport [https://github.com/python/cpython/commit/a25c46bd7dd47a2f95b32d17ee2f66de214892c6]
13
14Signed-off-by: Changqing Li <changqing.li@windriver.com> 13Signed-off-by: Changqing Li <changqing.li@windriver.com>
15--- 14---
16 Makefile.pre.in | 2 +- 15 Makefile.pre.in | 2 +-