summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.12.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-08 18:30:46 -0700
committerSteve Sakoman <steve@sakoman.com>2024-08-01 06:08:09 -0700
commit8a203e0f2ad75198afd5227edc28bd2551359aca (patch)
treed52775272b9caea6fa8d56dd23735036bda15629 /meta/recipes-devtools/python/python3_3.12.4.bb
parente97af1ca2cdf5ed39aaadfeaa7090ba05286e70d (diff)
downloadpoky-8a203e0f2ad75198afd5227edc28bd2551359aca.tar.gz
python3: Treat UID/GID overflow as failure
This fixes ptest failures on 32bit architectures AssertionError: Failed ptests: {'python3': ['test_extractall_none_gid', 'test_extractall_none_gname', 'test_extractall_none_mode', 'test_extractall_none_mtime', 'test_extractall_none_uid', 'test_extractall_none_uname', 'setUpClass', 'python3']} (From OE-Core rev: 371124fa4bf1a255a4fc646b028398db8c9f3681) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 43104b547cb79693c83df0882773ae8dd74b1d35) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.12.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.12.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.12.4.bb b/meta/recipes-devtools/python/python3_3.12.4.bb
index 0cb84b91b4..c5ba009e7f 100644
--- a/meta/recipes-devtools/python/python3_3.12.4.bb
+++ b/meta/recipes-devtools/python/python3_3.12.4.bb
@@ -31,6 +31,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
31 file://0001-test_storlines-skip-due-to-load-variability.patch \ 31 file://0001-test_storlines-skip-due-to-load-variability.patch \
32 file://0001-gh-114492-Initialize-struct-termios-before-calling-t.patch \ 32 file://0001-gh-114492-Initialize-struct-termios-before-calling-t.patch \
33 file://0001-test_shutdown-skip-problematic-test.patch \ 33 file://0001-test_shutdown-skip-problematic-test.patch \
34 file://0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch \
34 " 35 "
35 36
36SRC_URI:append:class-native = " \ 37SRC_URI:append:class-native = " \