summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.13.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-09-09 12:49:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:55 +0100
commitb499241d85eddc4a0790e6ba7f273a264ac6aa52 (patch)
tree346ce28350045db529851264406c04dbfb417ce8 /meta/recipes-devtools/python/python3_3.13.7.bb
parent3e07b2e32352cf3eb036365b30a5e45f8cd1a1ad (diff)
downloadpoky-b499241d85eddc4a0790e6ba7f273a264ac6aa52.tar.gz
python: Skip NODEV portion of test_makedev when linked to musl
backport the upstreamed patch which is available in 3.14+ (From OE-Core rev: 46e0b41cc78d77900286c198da81159e63c2cb63) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.13.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.13.7.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3_3.13.7.bb b/meta/recipes-devtools/python/python3_3.13.7.bb
index a42b2c2a2d..c682f1288e 100644
--- a/meta/recipes-devtools/python/python3_3.13.7.bb
+++ b/meta/recipes-devtools/python/python3_3.13.7.bb
@@ -30,9 +30,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
30 file://0001-test_active_children-skip-problematic-test.patch \ 30 file://0001-test_active_children-skip-problematic-test.patch \
31 file://0001-test_readline-skip-limited-history-test.patch \ 31 file://0001-test_readline-skip-limited-history-test.patch \
32 file://0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch \ 32 file://0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch \
33 " 33 file://0001-gh-90548-Skip-NODEV-portion-of-test_makedev-when-lin.patch \
34SRC_URI:append:libc-musl = "\
35 file://test_posix_nodev_disable.patch \
36 " 34 "
37SRC_URI:append:class-native = " \ 35SRC_URI:append:class-native = " \
38 file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \ 36 file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \