diff options
author | Ross Burton <ross@burtonini.com> | 2021-05-17 13:44:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-18 23:52:54 +0100 |
commit | d686afb18fe83449011759f1f2f02911dba2066a (patch) | |
tree | 44741160adafdbd7adda2c92f1929bdda7abc340 /meta/recipes-devtools | |
parent | 16fce99695be2ad2ef26aa926dade5f6db97e988 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch | 3 |
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 | |||
9 | attempting to install python-config into a nonexistent BINDIR. Ensure it also | 9 | attempting to install python-config into a nonexistent BINDIR. Ensure it also |
10 | exists in the libainstall target. | 10 | exists in the libainstall target. |
11 | 11 | ||
12 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/13186] | 12 | Upstream-Status: Backport [https://github.com/python/cpython/commit/a25c46bd7dd47a2f95b32d17ee2f66de214892c6] |
13 | |||
14 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 13 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
15 | --- | 14 | --- |
16 | Makefile.pre.in | 2 +- | 15 | Makefile.pre.in | 2 +- |