]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: update status on upstreamed patch
authorRoss Burton <ross@burtonini.com>
Mon, 17 May 2021 12:44:07 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 May 2021 22:52:49 +0000 (23:52 +0100)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch

index 237645bc60544315d95058c856e07661cd06ed2b..9ed03858d42bc4dbf0660b35e0eb112aa11badfb 100644 (file)
@@ -9,8 +9,7 @@ installs python-config there) to race, resulting in a failure due to
 attempting to install python-config into a nonexistent BINDIR. Ensure it also
 exists in the libainstall target.
 
-Upstream-Status: Submitted [https://github.com/python/cpython/pull/13186]
-
+Upstream-Status: Backport [https://github.com/python/cpython/commit/a25c46bd7dd47a2f95b32d17ee2f66de214892c6]
 Signed-off-by: Changqing Li <changqing.li@windriver.com>
 ---
  Makefile.pre.in | 2 +-