diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-29 19:27:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-29 22:13:25 +0000 |
| commit | cdea0085a3c1a54d8dc73ec140ea934d17423eb8 (patch) | |
| tree | 23bb3ca5d395e4c4d28f89cb571340487899879f /meta/recipes-devtools/python/python3_3.13.0.bb | |
| parent | 5c35805fd4dab5854ba5bdcef6dd21ab66d9efed (diff) | |
| download | poky-cdea0085a3c1a54d8dc73ec140ea934d17423eb8.tar.gz | |
python: backport patches to support openssl 3.4.0
https://github.com/python/cpython/pull/127331
https://github.com/python/cpython/pull/127361
(From OE-Core rev: e5f3a1793e34fb4cd1e53ca60b67f9a9f084b7a6)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.13.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.13.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.13.0.bb b/meta/recipes-devtools/python/python3_3.13.0.bb index a393b5e4a0..b3170879b9 100644 --- a/meta/recipes-devtools/python/python3_3.13.0.bb +++ b/meta/recipes-devtools/python/python3_3.13.0.bb | |||
| @@ -31,6 +31,8 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 31 | file://0001-test_active_children-skip-problematic-test.patch \ | 31 | file://0001-test_active_children-skip-problematic-test.patch \ |
| 32 | file://0001-test_readline-skip-limited-history-test.patch \ | 32 | file://0001-test_readline-skip-limited-history-test.patch \ |
| 33 | file://fix-armv5.patch \ | 33 | file://fix-armv5.patch \ |
| 34 | file://0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch \ | ||
| 35 | file://0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch \ | ||
| 34 | " | 36 | " |
| 35 | 37 | ||
| 36 | SRC_URI:append:class-native = " \ | 38 | SRC_URI:append:class-native = " \ |
