diff options
-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 +- |