diff options
23 files changed, 53 insertions, 53 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch index 4110774193..3311a90bda 100644 --- a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch +++ b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 733b46f11d311290e37fcb30f08c47660b888d22 Mon Sep 17 00:00:00 2001 | 1 | From e8bd4f8ee56cbb12a61c1dcabf35a1835a863132 Mon Sep 17 00:00:00 2001 |
| 2 | From: Paulo Neves <ptsneves@gmail.com> | 2 | From: Paulo Neves <ptsneves@gmail.com> |
| 3 | Date: Tue, 7 Jun 2022 16:16:41 +0200 | 3 | Date: Tue, 7 Jun 2022 16:16:41 +0200 |
| 4 | Subject: [PATCH] Avoid shebang overflow on python-config.py | 4 | Subject: [PATCH] Avoid shebang overflow on python-config.py |
| @@ -16,10 +16,10 @@ Upstream-Status: Denied [distribution] | |||
| 16 | 1 file changed, 2 insertions(+) | 16 | 1 file changed, 2 insertions(+) |
| 17 | 17 | ||
| 18 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 18 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 19 | index b1c5413..e88f301 100644 | 19 | index 2d235d2..1ac2263 100644 |
| 20 | --- a/Makefile.pre.in | 20 | --- a/Makefile.pre.in |
| 21 | +++ b/Makefile.pre.in | 21 | +++ b/Makefile.pre.in |
| 22 | @@ -2349,6 +2349,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh | 22 | @@ -2354,6 +2354,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh |
| 23 | @ # Substitution happens here, as the completely-expanded BINDIR | 23 | @ # Substitution happens here, as the completely-expanded BINDIR |
| 24 | @ # is not available in configure | 24 | @ # is not available in configure |
| 25 | sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py | 25 | sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py |
diff --git a/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch b/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch index 0ae6283840..5ca09c6f3c 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c6ba19a4cfdb0a5b137b91ef761f654b70776a47 Mon Sep 17 00:00:00 2001 | 1 | From bbfb7fdf01f0502c7bf3d418f3a912ea76c93f24 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Thu, 16 Sep 2021 16:35:37 +0200 | 3 | Date: Thu, 16 Sep 2021 16:35:37 +0200 |
| 4 | Subject: [PATCH] Lib/pty.py: handle stdin I/O errors same way as master I/O | 4 | Subject: [PATCH] Lib/pty.py: handle stdin I/O errors same way as master I/O |
diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch index 981531139a..1b9f3565d3 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d325a4e1fde5bd817c88f37d5e7b6e93a3bad077 Mon Sep 17 00:00:00 2001 | 1 | From c739bf214b9dd6060db216b79077806fccb582ae Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 17 Nov 2023 14:26:32 +0100 | 3 | Date: Fri, 17 Nov 2023 14:26:32 +0100 |
| 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration | 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration |
| @@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 14 | 1 file changed, 5 insertions(+) | 14 | 1 file changed, 5 insertions(+) |
| 15 | 15 | ||
| 16 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py | 16 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py |
| 17 | index 79c0510..91ebcb6 100644 | 17 | index 6258b68..d59ec6e 100644 |
| 18 | --- a/Lib/sysconfig.py | 18 | --- a/Lib/sysconfig.py |
| 19 | +++ b/Lib/sysconfig.py | 19 | +++ b/Lib/sysconfig.py |
| 20 | @@ -668,6 +668,11 @@ def _init_config_vars(): | 20 | @@ -668,6 +668,11 @@ def _init_config_vars(): |
diff --git a/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch b/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch index 881986d322..b78f619958 100644 --- a/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch +++ b/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From a727a950023b9384955c912f4975d36a8d7913b4 Mon Sep 17 00:00:00 2001 | 1 | From b9081b2e21983f2a828bc40a47ab278ef69f4dfe 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: Wed, 30 Jan 2019 12:41:04 +0100 | 3 | Date: Wed, 30 Jan 2019 12:41:04 +0100 |
| 4 | Subject: [PATCH] Makefile.pre: use qemu wrapper when gathering profile data | 4 | Subject: [PATCH] Makefile.pre: use qemu wrapper when gathering profile data |
| @@ -10,7 +10,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 10 | 1 file changed, 1 insertion(+), 2 deletions(-) | 10 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 11 | 11 | ||
| 12 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 12 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 13 | index 0e64ccc..23e20e9 100644 | 13 | index 083f4c7..dce36a5 100644 |
| 14 | --- a/Makefile.pre.in | 14 | --- a/Makefile.pre.in |
| 15 | +++ b/Makefile.pre.in | 15 | +++ b/Makefile.pre.in |
| 16 | @@ -660,8 +660,7 @@ profile-run-stamp: | 16 | @@ -660,8 +660,7 @@ profile-run-stamp: |
diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch index 22c42e37ab..6779dd515a 100644 --- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch +++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 6b0088a3d222b7fe5304f6bc0d6b15d3c41e68f3 Mon Sep 17 00:00:00 2001 | 1 | From b4014e3d1d9e38b25f2840e65e2acd757f3e5d41 Mon Sep 17 00:00:00 2001 |
| 2 | From: Yi Fan Yu <yifan.yu@windriver.com> | 2 | From: Yi Fan Yu <yifan.yu@windriver.com> |
| 3 | Date: Thu, 1 Apr 2021 13:08:37 -0700 | 3 | Date: Thu, 1 Apr 2021 13:08:37 -0700 |
| 4 | Subject: [PATCH] Skip failing tests due to load variability on YP AB | 4 | Subject: [PATCH] Skip failing tests due to load variability on YP AB |
| @@ -23,10 +23,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | |||
| 23 | 2 files changed, 5 insertions(+) | 23 | 2 files changed, 5 insertions(+) |
| 24 | 24 | ||
| 25 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py | 25 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py |
| 26 | index aac74ea..3470bc5 100644 | 26 | index 3b4415b..1f94dec 100644 |
| 27 | --- a/Lib/test/_test_multiprocessing.py | 27 | --- a/Lib/test/_test_multiprocessing.py |
| 28 | +++ b/Lib/test/_test_multiprocessing.py | 28 | +++ b/Lib/test/_test_multiprocessing.py |
| 29 | @@ -682,6 +682,7 @@ class _TestProcess(BaseTestCase): | 29 | @@ -688,6 +688,7 @@ class _TestProcess(BaseTestCase): |
| 30 | close_queue(q) | 30 | close_queue(q) |
| 31 | 31 | ||
| 32 | @support.requires_resource('walltime') | 32 | @support.requires_resource('walltime') |
| @@ -34,7 +34,7 @@ index aac74ea..3470bc5 100644 | |||
| 34 | def test_many_processes(self): | 34 | def test_many_processes(self): |
| 35 | if self.TYPE == 'threads': | 35 | if self.TYPE == 'threads': |
| 36 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) | 36 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) |
| 37 | @@ -2083,6 +2084,7 @@ class _TestBarrier(BaseTestCase): | 37 | @@ -2211,6 +2212,7 @@ class _TestBarrier(BaseTestCase): |
| 38 | except threading.BrokenBarrierError: | 38 | except threading.BrokenBarrierError: |
| 39 | results.append(True) | 39 | results.append(True) |
| 40 | 40 | ||
| @@ -42,7 +42,7 @@ index aac74ea..3470bc5 100644 | |||
| 42 | def test_timeout(self): | 42 | def test_timeout(self): |
| 43 | """ | 43 | """ |
| 44 | Test wait(timeout) | 44 | Test wait(timeout) |
| 45 | @@ -5080,6 +5082,7 @@ class TestWait(unittest.TestCase): | 45 | @@ -5208,6 +5210,7 @@ class TestWait(unittest.TestCase): |
| 46 | time.sleep(period) | 46 | time.sleep(period) |
| 47 | 47 | ||
| 48 | @support.requires_resource('walltime') | 48 | @support.requires_resource('walltime') |
| @@ -51,10 +51,10 @@ index aac74ea..3470bc5 100644 | |||
| 51 | from multiprocessing.connection import wait | 51 | from multiprocessing.connection import wait |
| 52 | 52 | ||
| 53 | diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py | 53 | diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py |
| 54 | index 02cc3f4..51a4548 100644 | 54 | index 9463add..4e0f39d 100644 |
| 55 | --- a/Lib/test/test_time.py | 55 | --- a/Lib/test/test_time.py |
| 56 | +++ b/Lib/test/test_time.py | 56 | +++ b/Lib/test/test_time.py |
| 57 | @@ -492,6 +492,7 @@ class TimeTestCase(unittest.TestCase): | 57 | @@ -527,6 +527,7 @@ class TimeTestCase(unittest.TestCase): |
| 58 | @unittest.skipIf( | 58 | @unittest.skipIf( |
| 59 | support.is_wasi, "process_time not available on WASI" | 59 | support.is_wasi, "process_time not available on WASI" |
| 60 | ) | 60 | ) |
| @@ -62,7 +62,7 @@ index 02cc3f4..51a4548 100644 | |||
| 62 | def test_process_time(self): | 62 | def test_process_time(self): |
| 63 | # process_time() should not include time spend during a sleep | 63 | # process_time() should not include time spend during a sleep |
| 64 | start = time.process_time() | 64 | start = time.process_time() |
| 65 | @@ -505,6 +506,7 @@ class TimeTestCase(unittest.TestCase): | 65 | @@ -540,6 +541,7 @@ class TimeTestCase(unittest.TestCase): |
| 66 | self.assertTrue(info.monotonic) | 66 | self.assertTrue(info.monotonic) |
| 67 | self.assertFalse(info.adjustable) | 67 | self.assertFalse(info.adjustable) |
| 68 | 68 | ||
diff --git a/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch b/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch index 9a2634ac9b..08142617c0 100644 --- a/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch +++ b/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From f0b18f1b3b3d5b40d65e08a184f4e3463745b891 Mon Sep 17 00:00:00 2001 | 1 | From 5224cc0ac21f4c2574c24e0fee38b145ca15175b Mon Sep 17 00:00:00 2001 |
| 2 | From: Wentao Zhang <wentao.zhang@windriver.com> | 2 | From: Wentao Zhang <wentao.zhang@windriver.com> |
| 3 | Date: Mon, 20 Mar 2023 13:39:52 +0800 | 3 | Date: Mon, 20 Mar 2023 13:39:52 +0800 |
| 4 | Subject: [PATCH] Update test_sysconfig for posix_user purelib | 4 | Subject: [PATCH] Update test_sysconfig for posix_user purelib |
| @@ -22,10 +22,10 @@ Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com> | |||
| 22 | 1 file changed, 1 insertion(+), 1 deletion(-) | 22 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 23 | 23 | ||
| 24 | diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py | 24 | diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py |
| 25 | index 1137c20..f5c8980 100644 | 25 | index 3468d0c..9ff174c 100644 |
| 26 | --- a/Lib/test/test_sysconfig.py | 26 | --- a/Lib/test/test_sysconfig.py |
| 27 | +++ b/Lib/test/test_sysconfig.py | 27 | +++ b/Lib/test/test_sysconfig.py |
| 28 | @@ -381,7 +381,7 @@ class TestSysConfig(unittest.TestCase): | 28 | @@ -390,7 +390,7 @@ class TestSysConfig(unittest.TestCase): |
| 29 | expected = os.path.normpath(global_path.replace(base, user, 1)) | 29 | expected = os.path.normpath(global_path.replace(base, user, 1)) |
| 30 | # bpo-44860: platlib of posix_user doesn't use sys.platlibdir, | 30 | # bpo-44860: platlib of posix_user doesn't use sys.platlibdir, |
| 31 | # whereas posix_prefix does. | 31 | # whereas posix_prefix does. |
diff --git a/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch b/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch index b4de257d1e..5c74443e62 100644 --- a/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch +++ b/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 73960393a559d0de5edf07b022d182cac54df9dc Mon Sep 17 00:00:00 2001 | 1 | From 6e3868c8c330f997bc242a8d51d742baac449ecc Mon Sep 17 00:00:00 2001 |
| 2 | From: Petr Viktorin <encukou@gmail.com> | 2 | From: Petr Viktorin <encukou@gmail.com> |
| 3 | Date: Wed, 23 Aug 2023 20:00:07 +0200 | 3 | Date: Wed, 23 Aug 2023 20:00:07 +0200 |
| 4 | Subject: [PATCH] gh-107811: tarfile: treat overflow in UID/GID as failure to | 4 | Subject: [PATCH] gh-107811: tarfile: treat overflow in UID/GID as failure to |
diff --git a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch index 7997811228..c9ef409018 100644 --- a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch +++ b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From f834492007487e9e87b3d3f1f3c5cc440e6ec5e2 Mon Sep 17 00:00:00 2001 | 1 | From 82576cdb9d6d9736ba122592974b0e7727216a3f Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 22 Oct 2018 15:19:51 +0800 | 3 | Date: Mon, 22 Oct 2018 15:19:51 +0800 |
| 4 | Subject: [PATCH] python3: use cc_basename to replace CC for checking compiler | 4 | Subject: [PATCH] python3: use cc_basename to replace CC for checking compiler |
| @@ -26,7 +26,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
| 26 | 1 file changed, 10 insertions(+), 9 deletions(-) | 26 | 1 file changed, 10 insertions(+), 9 deletions(-) |
| 27 | 27 | ||
| 28 | diff --git a/configure.ac b/configure.ac | 28 | diff --git a/configure.ac b/configure.ac |
| 29 | index d0d5405..093f8b5 100644 | 29 | index 9270b5f..955daad 100644 |
| 30 | --- a/configure.ac | 30 | --- a/configure.ac |
| 31 | +++ b/configure.ac | 31 | +++ b/configure.ac |
| 32 | @@ -137,6 +137,7 @@ AC_CONFIG_HEADERS([pyconfig.h]) | 32 | @@ -137,6 +137,7 @@ AC_CONFIG_HEADERS([pyconfig.h]) |
| @@ -46,7 +46,7 @@ index d0d5405..093f8b5 100644 | |||
| 46 | gcc) AC_PATH_TOOL([CXX], [g++], [g++], [notfound]) ;; | 46 | gcc) AC_PATH_TOOL([CXX], [g++], [g++], [notfound]) ;; |
| 47 | cc) AC_PATH_TOOL([CXX], [c++], [c++], [notfound]) ;; | 47 | cc) AC_PATH_TOOL([CXX], [c++], [c++], [notfound]) ;; |
| 48 | clang|*/clang) AC_PATH_TOOL([CXX], [clang++], [clang++], [notfound]) ;; | 48 | clang|*/clang) AC_PATH_TOOL([CXX], [clang++], [clang++], [notfound]) ;; |
| 49 | @@ -1328,7 +1329,7 @@ rmdir CaseSensitiveTestDir | 49 | @@ -1331,7 +1332,7 @@ rmdir CaseSensitiveTestDir |
| 50 | 50 | ||
| 51 | case $ac_sys_system in | 51 | case $ac_sys_system in |
| 52 | hp*|HP*) | 52 | hp*|HP*) |
| @@ -55,7 +55,7 @@ index d0d5405..093f8b5 100644 | |||
| 55 | cc|*/cc) CC="$CC -Ae";; | 55 | cc|*/cc) CC="$CC -Ae";; |
| 56 | esac;; | 56 | esac;; |
| 57 | esac | 57 | esac |
| 58 | @@ -1854,7 +1855,7 @@ esac | 58 | @@ -1857,7 +1858,7 @@ esac |
| 59 | ], | 59 | ], |
| 60 | [AC_MSG_RESULT([no])]) | 60 | [AC_MSG_RESULT([no])]) |
| 61 | if test "$Py_LTO" = 'true' ; then | 61 | if test "$Py_LTO" = 'true' ; then |
| @@ -64,7 +64,7 @@ index d0d5405..093f8b5 100644 | |||
| 64 | *clang*) | 64 | *clang*) |
| 65 | LDFLAGS_NOLTO="-fno-lto" | 65 | LDFLAGS_NOLTO="-fno-lto" |
| 66 | dnl Clang linker requires -flto in order to link objects with LTO information. | 66 | dnl Clang linker requires -flto in order to link objects with LTO information. |
| 67 | @@ -1983,7 +1984,7 @@ then | 67 | @@ -1986,7 +1987,7 @@ then |
| 68 | fi | 68 | fi |
| 69 | fi | 69 | fi |
| 70 | LLVM_PROF_ERR=no | 70 | LLVM_PROF_ERR=no |
| @@ -73,7 +73,7 @@ index d0d5405..093f8b5 100644 | |||
| 73 | *clang*) | 73 | *clang*) |
| 74 | # Any changes made here should be reflected in the GCC+Darwin case below | 74 | # Any changes made here should be reflected in the GCC+Darwin case below |
| 75 | PGO_PROF_GEN_FLAG="-fprofile-instr-generate" | 75 | PGO_PROF_GEN_FLAG="-fprofile-instr-generate" |
| 76 | @@ -2155,7 +2156,7 @@ AC_MSG_RESULT([$BOLT_APPLY_FLAGS]) | 76 | @@ -2158,7 +2159,7 @@ AC_MSG_RESULT([$BOLT_APPLY_FLAGS]) |
| 77 | # compiler and platform. BASECFLAGS tweaks need to be made even if the | 77 | # compiler and platform. BASECFLAGS tweaks need to be made even if the |
| 78 | # user set OPT. | 78 | # user set OPT. |
| 79 | 79 | ||
| @@ -82,7 +82,7 @@ index d0d5405..093f8b5 100644 | |||
| 82 | *clang*) | 82 | *clang*) |
| 83 | cc_is_clang=1 | 83 | cc_is_clang=1 |
| 84 | ;; | 84 | ;; |
| 85 | @@ -2427,7 +2428,7 @@ yes) | 85 | @@ -2430,7 +2431,7 @@ yes) |
| 86 | 86 | ||
| 87 | # ICC doesn't recognize the option, but only emits a warning | 87 | # ICC doesn't recognize the option, but only emits a warning |
| 88 | ## XXX does it emit an unused result warning and can it be disabled? | 88 | ## XXX does it emit an unused result warning and can it be disabled? |
| @@ -91,7 +91,7 @@ index d0d5405..093f8b5 100644 | |||
| 91 | [*icc*], [ac_cv_disable_unused_result_warning=no] | 91 | [*icc*], [ac_cv_disable_unused_result_warning=no] |
| 92 | [PY_CHECK_CC_WARNING([disable], [unused-result])]) | 92 | [PY_CHECK_CC_WARNING([disable], [unused-result])]) |
| 93 | AS_VAR_IF([ac_cv_disable_unused_result_warning], [yes], | 93 | AS_VAR_IF([ac_cv_disable_unused_result_warning], [yes], |
| 94 | @@ -2673,7 +2674,7 @@ yes) | 94 | @@ -2676,7 +2677,7 @@ yes) |
| 95 | ;; | 95 | ;; |
| 96 | esac | 96 | esac |
| 97 | 97 | ||
| @@ -100,7 +100,7 @@ index d0d5405..093f8b5 100644 | |||
| 100 | *mpicc*) | 100 | *mpicc*) |
| 101 | CFLAGS_NODIST="$CFLAGS_NODIST" | 101 | CFLAGS_NODIST="$CFLAGS_NODIST" |
| 102 | ;; | 102 | ;; |
| 103 | @@ -3508,7 +3509,7 @@ then | 103 | @@ -3511,7 +3512,7 @@ then |
| 104 | then | 104 | then |
| 105 | LINKFORSHARED="-Wl,--export-dynamic" | 105 | LINKFORSHARED="-Wl,--export-dynamic" |
| 106 | fi;; | 106 | fi;; |
| @@ -109,7 +109,7 @@ index d0d5405..093f8b5 100644 | |||
| 109 | *gcc*) | 109 | *gcc*) |
| 110 | if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null | 110 | if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null |
| 111 | then | 111 | then |
| 112 | @@ -6831,7 +6832,7 @@ if test "$ac_cv_gcc_asm_for_x87" = yes; then | 112 | @@ -6832,7 +6833,7 @@ if test "$ac_cv_gcc_asm_for_x87" = yes; then |
| 113 | # Some versions of gcc miscompile inline asm: | 113 | # Some versions of gcc miscompile inline asm: |
| 114 | # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46491 | 114 | # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46491 |
| 115 | # http://gcc.gnu.org/ml/gcc/2010-11/msg00366.html | 115 | # http://gcc.gnu.org/ml/gcc/2010-11/msg00366.html |
diff --git a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch index 94f7744c09..e105f36eca 100644 --- a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch +++ b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 642205e1f728873b16debc24c2938339d31be6a9 Mon Sep 17 00:00:00 2001 | 1 | From 5944f707fc04fb65caec3f0e1ce3a42169426c47 Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Fri, 15 Sep 2023 08:48:33 -0400 | 3 | Date: Fri, 15 Sep 2023 08:48:33 -0400 |
| 4 | Subject: [PATCH] skip no_stdout_fileno test due to load variability | 4 | Subject: [PATCH] skip no_stdout_fileno test due to load variability |
diff --git a/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch b/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch index 3e8e9648c6..c7ac43cc85 100644 --- a/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch +++ b/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From fac0f14fd34386e47bab71c0043ea55b507ae39c Mon Sep 17 00:00:00 2001 | 1 | From 3aeeddb1325679d5c0471ad86806e92e72187138 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Sun, 12 Sep 2021 21:44:36 +0200 | 3 | Date: Sun, 12 Sep 2021 21:44:36 +0200 |
| 4 | Subject: [PATCH] sysconfig.py: use platlibdir also for purelib | 4 | Subject: [PATCH] sysconfig.py: use platlibdir also for purelib |
| @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | 14 | ||
| 15 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py | 15 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py |
| 16 | index 122d441..79c0510 100644 | 16 | index 517b13a..6258b68 100644 |
| 17 | --- a/Lib/sysconfig.py | 17 | --- a/Lib/sysconfig.py |
| 18 | +++ b/Lib/sysconfig.py | 18 | +++ b/Lib/sysconfig.py |
| 19 | @@ -28,7 +28,7 @@ _INSTALL_SCHEMES = { | 19 | @@ -28,7 +28,7 @@ _INSTALL_SCHEMES = { |
diff --git a/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch b/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch index a27024c42f..164c8b5180 100644 --- a/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch +++ b/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7f75355e27ee7f25391523294e4c6653edf554f8 Mon Sep 17 00:00:00 2001 | 1 | From a83311a1030b816f422dbb4457fc38c1289c224d Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Thu, 13 Jun 2024 10:54:31 -0400 | 3 | Date: Thu, 13 Jun 2024 10:54:31 -0400 |
| 4 | Subject: [PATCH] test_active_children: skip problematic test | 4 | Subject: [PATCH] test_active_children: skip problematic test |
| @@ -14,10 +14,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | |||
| 14 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
| 15 | 15 | ||
| 16 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py | 16 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py |
| 17 | index 3470bc5..0e42ac1 100644 | 17 | index 1f94dec..3632219 100644 |
| 18 | --- a/Lib/test/_test_multiprocessing.py | 18 | --- a/Lib/test/_test_multiprocessing.py |
| 19 | +++ b/Lib/test/_test_multiprocessing.py | 19 | +++ b/Lib/test/_test_multiprocessing.py |
| 20 | @@ -579,6 +579,7 @@ class _TestProcess(BaseTestCase): | 20 | @@ -585,6 +585,7 @@ class _TestProcess(BaseTestCase): |
| 21 | self.assertTrue(type(cpus) is int) | 21 | self.assertTrue(type(cpus) is int) |
| 22 | self.assertTrue(cpus >= 1) | 22 | self.assertTrue(cpus >= 1) |
| 23 | 23 | ||
diff --git a/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch b/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch index 6bf514fca8..307e4bf306 100644 --- a/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch +++ b/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 174ef9a40c9f4373fd90b00425fd94a89f96dbf9 Mon Sep 17 00:00:00 2001 | 1 | From fbbf04dbeae217b985073263499174960e5fd142 Mon Sep 17 00:00:00 2001 |
| 2 | From: Tim Orling <timothy.t.orling@intel.com> | 2 | From: Tim Orling <timothy.t.orling@intel.com> |
| 3 | Date: Fri, 18 Jun 2021 11:56:50 -0700 | 3 | Date: Fri, 18 Jun 2021 11:56:50 -0700 |
| 4 | Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk | 4 | Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk |
diff --git a/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch b/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch index d8ca7f9b79..e07f7392f6 100644 --- a/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch +++ b/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 621ba76ef956708cdaf4fd5bc0e25aa59d427c5b Mon Sep 17 00:00:00 2001 | 1 | From 9d658dd20f02edcf878b245d638c474c808ab8d1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Wed, 12 Jun 2024 10:29:03 -0400 | 3 | Date: Wed, 12 Jun 2024 10:29:03 -0400 |
| 4 | Subject: [PATCH] test_deadlock: skip problematic test | 4 | Subject: [PATCH] test_deadlock: skip problematic test |
diff --git a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch index d0f4dc14bc..535c48c769 100644 --- a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch +++ b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d74e5f24b574fa4d571a64e647c916a7ebe26b3e Mon Sep 17 00:00:00 2001 | 1 | From fcd5b7d30d3245ce92ea45dfbab3c7b7da690c20 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | 2 | From: Mingli Yu <mingli.yu@windriver.com> |
| 3 | Date: Mon, 5 Aug 2019 15:57:39 +0800 | 3 | Date: Mon, 5 Aug 2019 15:57:39 +0800 |
| 4 | Subject: [PATCH] test_locale.py: correct the test output format | 4 | Subject: [PATCH] test_locale.py: correct the test output format |
diff --git a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch index f4efd1ecff..3568d92bda 100644 --- a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch +++ b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From bc5c70dc2a2fcfe51481de0ad800baa849592222 Mon Sep 17 00:00:00 2001 | 1 | From 34fd0bc8afc67a11eea5d73f9e0edf045c5ce541 Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Tue, 13 Aug 2024 11:07:05 -0400 | 3 | Date: Tue, 13 Aug 2024 11:07:05 -0400 |
| 4 | Subject: [PATCH] test_readline: skip limited history test | 4 | Subject: [PATCH] test_readline: skip limited history test |
diff --git a/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch b/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch index e8d70cdc1b..61fe5e9ba1 100644 --- a/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch +++ b/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From b637ac8f58d17bc8888b2027a572c87531a4539d Mon Sep 17 00:00:00 2001 | 1 | From d09a034acba8922158d38fd16be970b5a454428a Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Wed, 8 May 2024 11:58:09 -0400 | 3 | Date: Wed, 8 May 2024 11:58:09 -0400 |
| 4 | Subject: [PATCH] test_shutdown: skip problematic test | 4 | Subject: [PATCH] test_shutdown: skip problematic test |
diff --git a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch index a4c9abd8b9..22aabbb2ed 100644 --- a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch +++ b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1a1e5c30021a200b2dc853690dbf1edfba9ca262 Mon Sep 17 00:00:00 2001 | 1 | From 6715560de4d622c2d72ee7b587c916ac647c54bb Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> | 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Fri, 6 Oct 2023 10:59:44 -0400 | 3 | Date: Fri, 6 Oct 2023 10:59:44 -0400 |
| 4 | Subject: [PATCH] test_storlines: skip due to load variability | 4 | Subject: [PATCH] test_storlines: skip due to load variability |
diff --git a/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch b/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch index 5c5603c956..f5e500b146 100644 --- a/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch +++ b/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 8543ad744a2839acf1f4eec967acd645fd89d1a7 Mon Sep 17 00:00:00 2001 | 1 | From 011b21dc9b090c0b97eaecbd80a9e0c1cd39b12d Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 17 Nov 2023 14:16:40 +0100 | 3 | Date: Fri, 17 Nov 2023 14:16:40 +0100 |
| 4 | Subject: [PATCH] configure.ac: do not add a curses include path from the host | 4 | Subject: [PATCH] configure.ac: do not add a curses include path from the host |
| @@ -15,10 +15,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
| 15 | 1 file changed, 6 deletions(-) | 15 | 1 file changed, 6 deletions(-) |
| 16 | 16 | ||
| 17 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
| 18 | index cdc54e5..d163c73 100644 | 18 | index 6e465a4..13c4835 100644 |
| 19 | --- a/configure.ac | 19 | --- a/configure.ac |
| 20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
| 21 | @@ -6536,12 +6536,6 @@ AS_VAR_IF([have_panel], [no], [ | 21 | @@ -6537,12 +6537,6 @@ AS_VAR_IF([have_panel], [no], [ |
| 22 | AC_MSG_RESULT([$have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)]) | 22 | AC_MSG_RESULT([$have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)]) |
| 23 | ]) | 23 | ]) |
| 24 | 24 | ||
diff --git a/meta/recipes-devtools/python/python3/cgi_py.patch b/meta/recipes-devtools/python/python3/cgi_py.patch index b1f2b71c2a..880a463760 100644 --- a/meta/recipes-devtools/python/python3/cgi_py.patch +++ b/meta/recipes-devtools/python/python3/cgi_py.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 8e6dc9fe684b27988b5aca3f760f02343aa95951 Mon Sep 17 00:00:00 2001 | 1 | From 6ebd9de3505be0965cfc37e2e4d0d882d75f0ec2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mark Hatle <mark.hatle@windriver.com> | 2 | From: Mark Hatle <mark.hatle@windriver.com> |
| 3 | Date: Wed, 21 Sep 2011 20:55:33 -0500 | 3 | Date: Wed, 21 Sep 2011 20:55:33 -0500 |
| 4 | Subject: [PATCH] Lib/cgi.py: Update the script as mentioned in the comment | 4 | Subject: [PATCH] Lib/cgi.py: Update the script as mentioned in the comment |
diff --git a/meta/recipes-devtools/python/python3/crosspythonpath.patch b/meta/recipes-devtools/python/python3/crosspythonpath.patch index 91ef3fe674..24268fb91a 100644 --- a/meta/recipes-devtools/python/python3/crosspythonpath.patch +++ b/meta/recipes-devtools/python/python3/crosspythonpath.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1bc93167c48876d77ce424415e87573a062b8f2a Mon Sep 17 00:00:00 2001 | 1 | From 0bcdb84db7801507b155a40db2228ba516edeb73 Mon Sep 17 00:00:00 2001 |
| 2 | From: Ricardo Ribalda <ricardo@ribalda.com> | 2 | From: Ricardo Ribalda <ricardo@ribalda.com> |
| 3 | Date: Tue, 18 Nov 2014 03:35:33 -0500 | 3 | Date: Tue, 18 Nov 2014 03:35:33 -0500 |
| 4 | Subject: [PATCH] configure.ac: add CROSSPYTHONPATH into PYTHONPATH for | 4 | Subject: [PATCH] configure.ac: add CROSSPYTHONPATH into PYTHONPATH for |
| @@ -19,7 +19,7 @@ Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> | |||
| 19 | 1 file changed, 1 insertion(+), 1 deletion(-) | 19 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 20 | 20 | ||
| 21 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
| 22 | index 093f8b5..cdc54e5 100644 | 22 | index 955daad..6e465a4 100644 |
| 23 | --- a/configure.ac | 23 | --- a/configure.ac |
| 24 | +++ b/configure.ac | 24 | +++ b/configure.ac |
| 25 | @@ -165,7 +165,7 @@ AC_ARG_WITH([build-python], | 25 | @@ -165,7 +165,7 @@ AC_ARG_WITH([build-python], |
diff --git a/meta/recipes-devtools/python/python3/deterministic_imports.patch b/meta/recipes-devtools/python/python3/deterministic_imports.patch index 9ae4af36ec..9bfdf5cd47 100644 --- a/meta/recipes-devtools/python/python3/deterministic_imports.patch +++ b/meta/recipes-devtools/python/python3/deterministic_imports.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 38e732371ac234c3f0e6310d6dbc7ddc7f458535 Mon Sep 17 00:00:00 2001 | 1 | From 1d6f0f5f8a1279fc9bc06266caa3f3b6f234c4cb Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Fri, 27 May 2022 17:05:44 +0100 | 3 | Date: Fri, 27 May 2022 17:05:44 +0100 |
| 4 | Subject: [PATCH] python3: Ensure stale empty python module directories don't | 4 | Subject: [PATCH] python3: Ensure stale empty python module directories don't |
diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/meta/recipes-devtools/python/python3/makerace.patch index e9494b555d..f420404f34 100644 --- a/meta/recipes-devtools/python/python3/makerace.patch +++ b/meta/recipes-devtools/python/python3/makerace.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 08c7867a02d26aac41764b915dc925343305e7af Mon Sep 17 00:00:00 2001 | 1 | From be22dd9b091af8f971f924fdbce5b439d9b2e850 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 | 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 |
| 4 | Subject: [PATCH] python3: Fix make race | 4 | Subject: [PATCH] python3: Fix make race |
| @@ -17,10 +17,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
| 17 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 18 | 18 | ||
| 19 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 19 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 20 | index 23e20e9..b1c5413 100644 | 20 | index dce36a5..2d235d2 100644 |
| 21 | --- a/Makefile.pre.in | 21 | --- a/Makefile.pre.in |
| 22 | +++ b/Makefile.pre.in | 22 | +++ b/Makefile.pre.in |
| 23 | @@ -2260,7 +2260,7 @@ COMPILEALL_OPTS=-j0 | 23 | @@ -2265,7 +2265,7 @@ COMPILEALL_OPTS=-j0 |
| 24 | TEST_MODULES=@TEST_MODULES@ | 24 | TEST_MODULES=@TEST_MODULES@ |
| 25 | 25 | ||
| 26 | .PHONY: libinstall | 26 | .PHONY: libinstall |
diff --git a/meta/recipes-devtools/python/python3_3.12.7.bb b/meta/recipes-devtools/python/python3_3.12.8.bb index e2fdc18112..94e0f24f89 100644 --- a/meta/recipes-devtools/python/python3_3.12.7.bb +++ b/meta/recipes-devtools/python/python3_3.12.8.bb | |||
| @@ -40,7 +40,7 @@ SRC_URI:append:class-native = " \ | |||
| 40 | file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ | 40 | file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | SRC_URI[sha256sum] = "24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550" | 43 | SRC_URI[sha256sum] = "c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e" |
| 44 | 44 | ||
| 45 | # exclude pre-releases for both python 2.x and 3.x | 45 | # exclude pre-releases for both python 2.x and 3.x |
| 46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |
