diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.2.bb (renamed from meta/recipes-devtools/python/python3_3.5.1.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.2.bb index bf29d1252f..a41e110c8f 100644 --- a/meta/recipes-devtools/python/python3_3.5.1.bb +++ b/meta/recipes-devtools/python/python3_3.5.2.bb | |||
@@ -35,18 +35,16 @@ SRC_URI += "\ | |||
35 | file://sysconfig.py-add-_PYTHON_PROJECT_SRC.patch \ | 35 | file://sysconfig.py-add-_PYTHON_PROJECT_SRC.patch \ |
36 | file://setup.py-check-cross_compiling-when-get-FLAGS.patch \ | 36 | file://setup.py-check-cross_compiling-when-get-FLAGS.patch \ |
37 | file://setup.py-find-libraries-in-staging-dirs.patch \ | 37 | file://setup.py-find-libraries-in-staging-dirs.patch \ |
38 | file://use_packed_importlib.patch \ | ||
39 | file://configure.ac-fix-LIBPL.patch \ | 38 | file://configure.ac-fix-LIBPL.patch \ |
40 | file://CVE-2016-5636.patch \ | ||
41 | " | 39 | " |
42 | SRC_URI[md5sum] = "e9ea6f2623fffcdd871b7b19113fde80" | 40 | SRC_URI[md5sum] = "8906efbacfcdc7c3c9198aeefafd159e" |
43 | SRC_URI[sha256sum] = "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9" | 41 | SRC_URI[sha256sum] = "0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40" |
42 | |||
43 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6b60258130e4ed10d3101517eb5b9385" | ||
44 | 44 | ||
45 | # exclude pre-releases for both python 2.x and 3.x | 45 | # exclude pre-releases for both python 2.x and 3.x |
46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 46 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |
47 | 47 | ||
48 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" | ||
49 | |||
50 | S = "${WORKDIR}/Python-${PV}" | 48 | S = "${WORKDIR}/Python-${PV}" |
51 | 49 | ||
52 | inherit autotools multilib_header python3native pkgconfig | 50 | inherit autotools multilib_header python3native pkgconfig |