diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-installer_0.7.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-installer_0.7.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb b/meta/recipes-devtools/python/python3-installer_0.7.0.bb index 9429705b1f..6aaf1b3a37 100644 --- a/meta/recipes-devtools/python/python3-installer_0.7.0.bb +++ b/meta/recipes-devtools/python/python3-installer_0.7.0.bb | |||
@@ -6,7 +6,8 @@ BUGTRACKER = "https://github.com/pypa/installer/issues" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00" |
8 | 8 | ||
9 | SRC_URI += "file://interpreter.patch" | 9 | SRC_URI += "file://interpreter.patch \ |
10 | file://0001-src-installer-utils.py-sort-entries-before-writing-o.patch" | ||
10 | 11 | ||
11 | SRC_URI[sha256sum] = "a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631" | 12 | SRC_URI[sha256sum] = "a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631" |
12 | 13 | ||