diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-native_3.5.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.6.bb b/meta/recipes-devtools/python/python3-native_3.5.6.bb index d5953cf4bb..1e98c036c3 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.6.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.6.bb | |||
| @@ -12,7 +12,7 @@ file://130-readline-setup.patch \ | |||
| 12 | file://150-fix-setupterm.patch \ | 12 | file://150-fix-setupterm.patch \ |
| 13 | file://python-3.3-multilib.patch \ | 13 | file://python-3.3-multilib.patch \ |
| 14 | file://03-fix-tkinter-detection.patch \ | 14 | file://03-fix-tkinter-detection.patch \ |
| 15 | file://avoid_warning_about_tkinter.patch \ | 15 | ${@bb.utils.contains('PACKAGECONFIG', 'tk', '', 'file://avoid_warning_about_tkinter.patch', d)} \ |
| 16 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ | 16 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ |
| 17 | file://sysroot-include-headers.patch \ | 17 | file://sysroot-include-headers.patch \ |
| 18 | file://unixccompiler.patch \ | 18 | file://unixccompiler.patch \ |
| @@ -28,6 +28,7 @@ file://0003-bpo-32947-Fixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch \ | |||
| 28 | file://0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch \ | 28 | file://0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch \ |
| 29 | file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \ | 29 | file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \ |
| 30 | " | 30 | " |
| 31 | PACKAGECONFIG[tk] = ",,tk-native" | ||
| 31 | 32 | ||
| 32 | EXTRANATIVEPATH += "bzip2-native" | 33 | EXTRANATIVEPATH += "bzip2-native" |
| 33 | DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native gdbm-native" | 34 | DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native gdbm-native" |
