diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-09 21:33:16 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:24 +0000 |
| commit | 2faf8fe58480b2e5909a51966e356609abe3f8f8 (patch) | |
| tree | e0de7199670f2e678a1721dc0f709f2538d69aae /meta/recipes-devtools/python/python3/0001-Makefile-do-not-compile-.pyc-in-parallel.patch | |
| parent | 9fc8c38658f123ab2ebd8cc764ed4418b959467f (diff) | |
| download | poky-2faf8fe58480b2e5909a51966e356609abe3f8f8.tar.gz | |
python3: udpate to 3.10.1
Refreshed patches.
(From OE-Core rev: b82ea986a492791716c3da07a7d728edd17654c9)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
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 | 7 |
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 @@ | |||
| 1 | From c501e121a872cbcef8ffe626c1de173a125be9f8 Mon Sep 17 00:00:00 2001 | 1 | From c960837b8fd83074bab5148236f3d0595468cea4 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | 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 |
| @@ -17,15 +17,16 @@ https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211130-yr_o1a8d/pa | |||
| 17 | 17 | ||
| 18 | Upstream-Status: Inappropriate [see issues above] | 18 | Upstream-Status: Inappropriate [see issues above] |
| 19 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 19 | Signed-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 | ||
| 24 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 25 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 25 | index 1241112..5dfdf44 100644 | 26 | index 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 \ |
