summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch')
-rw-r--r--meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch10
1 files changed, 4 insertions, 6 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 237645bc605..bdce71f1c4d 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
@@ -1,4 +1,4 @@
-From 840fda32c82550259d02a7a56a78a9c05162b1a1 Mon Sep 17 00:00:00 2001
+From 8da4539c32ba0eb36aae65a5cbd0a71082764ca9 Mon Sep 17 00:00:00 2001
From: Changqing Li <changqing.li@windriver.com>
Date: Wed, 8 May 2019 16:10:29 +0800
Subject: [PATCH] Makefile: fix Issue36464 (parallel build race problem)
@@ -12,15 +12,16 @@ exists in the libainstall target.
Upstream-Status: Submitted [https://github.com/python/cpython/pull/13186]
Signed-off-by: Changqing Li <changqing.li@windriver.com>
+
---
Makefile.pre.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.pre.in b/Makefile.pre.in
-index 15f3687..7e9f173 100644
+index a87fe82..09763f5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
-@@ -1456,7 +1456,7 @@ LIBPL= @LIBPL@
+@@ -1618,7 +1618,7 @@ LIBPL= @LIBPL@
LIBPC= $(LIBDIR)/pkgconfig
libainstall: @DEF_MAKE_RULE@ python-config
@@ -29,6 +30,3 @@ index 15f3687..7e9f173 100644
do \
if test ! -d $(DESTDIR)$$i; then \
echo "Creating directory $$i"; \
---
-2.7.4
-