diff options
-rw-r--r-- | meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_57.4.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_57.1.0.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 1082fe79be..2b1f899eaf 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From f6afc18e08a6c428ce8becd114c535a6840f1b9f Mon Sep 17 00:00:00 2001 | 1 | From 4e2c87105884af6dfc3bc9f8c65b199ecc3b5186 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 | 3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 |
4 | Subject: [PATCH] conditionally do not fetch code by easy_install | 4 | Subject: [PATCH] conditionally do not fetch code by easy_install |
diff --git a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb index 63c0fe97ff..ae45936c39 100644 --- a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
10 | 10 | ||
11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d22a597b" | 13 | SRC_URI[sha256sum] = "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465" |
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}" | 15 | DEPENDS += "${PYTHON_PN}" |
16 | 16 | ||