summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch')
-rw-r--r--meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch b/meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch
index ea1efa9cac..2f037ecb09 100644
--- a/meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch
+++ b/meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch
@@ -1,4 +1,4 @@
1From c501e121a872cbcef8ffe626c1de173a125be9f8 Mon Sep 17 00:00:00 2001 1From c960837b8fd83074bab5148236f3d0595468cea4 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 16 Jan 2020 12:34:20 +0100 3Date: Thu, 16 Jan 2020 12:34:20 +0100
4Subject: [PATCH] Makefile: do not compile .pyc in parallel 4Subject: [PATCH] Makefile: do not compile .pyc in parallel
@@ -17,15 +17,16 @@ https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211130-yr_o1a8d/pa
17 17
18Upstream-Status: Inappropriate [see issues above] 18Upstream-Status: Inappropriate [see issues above]
19Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 19Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
20
20--- 21---
21 Makefile.pre.in | 12 ++++++------ 22 Makefile.pre.in | 12 ++++++------
22 1 file changed, 6 insertions(+), 6 deletions(-) 23 1 file changed, 6 insertions(+), 6 deletions(-)
23 24
24diff --git a/Makefile.pre.in b/Makefile.pre.in 25diff --git a/Makefile.pre.in b/Makefile.pre.in
25index 1241112..5dfdf44 100644 26index edd70d4..5e13ba2 100644
26--- a/Makefile.pre.in 27--- a/Makefile.pre.in
27+++ b/Makefile.pre.in 28+++ b/Makefile.pre.in
28@@ -1457,30 +1457,30 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c 29@@ -1601,30 +1601,30 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c
29 fi 30 fi
30 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ 31 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
31 $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ 32 $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \