diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-04 08:13:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:52 +0000 |
commit | 7f1f9d843ba43acb67513ff7bd2d994eeec39789 (patch) | |
tree | 593a3a3e466f28407c302f3a0bfc1675872e2cd3 /meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch | |
parent | f9a533a8f5d2b49c3673a69dfe7dcf7c31faf907 (diff) | |
download | poky-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/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.patch | 10 |
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> | |||
3 | Date: Thu, 16 Jan 2020 12:34:20 +0100 | 3 | Date: Thu, 16 Jan 2020 12:34:20 +0100 |
4 | Subject: [PATCH] Makefile: do not compile .pyc in parallel | 4 | Subject: [PATCH] Makefile: do not compile .pyc in parallel |
5 | 5 | ||
6 | This was found to break reproducibility, and produce strange file ownership | 6 | This was found to lock up builds, break reproducibility, and produce strange file ownership |
7 | races. | 7 | races. |
8 | 8 | ||
9 | The upstream commit introducing the change was: | 9 | The upstream commit introducing the change was: |
10 | https://github.com/python/cpython/commit/1a2dd82f56bd813aacc570e172cefe55a8a41504 | 10 | https://github.com/python/cpython/commit/1a2dd82f56bd813aacc570e172cefe55a8a41504 |
11 | 11 | ||
12 | Upstream-Status: Pending | 12 | The build lock up issue is reported here: |
13 | https://bugs.python.org/issue45945 | ||
14 | |||
15 | The repro failures are documented here: | ||
16 | https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211130-yr_o1a8d/packages/diff-html/ | ||
17 | |||
18 | Upstream-Status: Inappropriate [see issues above] | ||
13 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 19 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
14 | --- | 20 | --- |
15 | Makefile.pre.in | 12 ++++++------ | 21 | Makefile.pre.in | 12 ++++++------ |