summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch10
1 files changed, 8 insertions, 2 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 b1bceac512..ea1efa9cac 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
@@ -3,13 +3,19 @@ From: 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
5 5
6This was found to break reproducibility, and produce strange file ownership 6This was found to lock up builds, break reproducibility, and produce strange file ownership
7races. 7races.
8 8
9The upstream commit introducing the change was: 9The upstream commit introducing the change was:
10https://github.com/python/cpython/commit/1a2dd82f56bd813aacc570e172cefe55a8a41504 10https://github.com/python/cpython/commit/1a2dd82f56bd813aacc570e172cefe55a8a41504
11 11
12Upstream-Status: Pending 12The build lock up issue is reported here:
13https://bugs.python.org/issue45945
14
15The repro failures are documented here:
16https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211130-yr_o1a8d/packages/diff-html/
17
18Upstream-Status: Inappropriate [see issues above]
13Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 19Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
14--- 20---
15 Makefile.pre.in | 12 ++++++------ 21 Makefile.pre.in | 12 ++++++------