]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: Treat UID/GID overflow as failure
authorKhem Raj <raj.khem@gmail.com>
Thu, 9 May 2024 01:30:46 +0000 (18:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 May 2024 14:42:24 +0000 (15:42 +0100)
commit43104b547cb79693c83df0882773ae8dd74b1d35
tree46ffb3a3618ef982ee3fbd5be5fa4714bdb623c9
parent142346d5e420e2ea17826c9951b443849a535a31
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']}

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>
meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.12.3.bb