summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-04 08:13:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:09:52 +0000
commit7f1f9d843ba43acb67513ff7bd2d994eeec39789 (patch)
tree593a3a3e466f28407c302f3a0bfc1675872e2cd3 /meta
parentf9a533a8f5d2b49c3673a69dfe7dcf7c31faf907 (diff)
downloadpoky-7f1f9d843ba43acb67513ff7bd2d994eeec39789.tar.gz
python3: mark patch as inappropriate, with better explanation
(From OE-Core rev: 3a21835e69dfcdedf74512aec14583e8762317e5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 ++++++------