diff options
author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2017-08-09 15:01:04 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:14 +0100 |
commit | b13df74256a9fce5991d09ab3916f96bedf9be2b (patch) | |
tree | 4d4284e1352349e977a87bb2fd0a3827d9133dfe /meta | |
parent | e31ba8f1228d30d41a6b83aa3cc07051e9ff3872 (diff) | |
download | poky-b13df74256a9fce5991d09ab3916f96bedf9be2b.tar.gz |
python*-setuptools: update to 36.2.7
Both python-setuptools and python3-setuptools must be updated
to latest stable release.
These changes were tested on qemu with core-image-minimal
(From OE-Core rev: 147d9260eb79edfdf7a91fb8bc3d915f141dc685)
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools_36.2.7.bb (renamed from meta/recipes-devtools/python/python-setuptools_36.2.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_36.2.7.bb (renamed from meta/recipes-devtools/python/python3-setuptools_36.2.0.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index cd842335a5..ca521a9651 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
@@ -9,8 +9,8 @@ SRCNAME = "setuptools" | |||
9 | 9 | ||
10 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" | 10 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "60df703040ad8024d24727dc95483740" | 12 | SRC_URI[md5sum] = "b9e6c049617bac0f9e908a41ab4a29ac" |
13 | SRC_URI[sha256sum] = "4c2bda3829c9dbbe9c2b33d89c4b1cb6d45813615ab8e248ad352e3697a96d81" | 13 | SRC_URI[sha256sum] = "b0fe5d432d922df595e918577c51458d63f245115d141b309ac32ecfca329df5" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" | 15 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" |
16 | 16 | ||
diff --git a/meta/recipes-devtools/python/python-setuptools_36.2.0.bb b/meta/recipes-devtools/python/python-setuptools_36.2.7.bb index 526474c7ea..526474c7ea 100644 --- a/meta/recipes-devtools/python/python-setuptools_36.2.0.bb +++ b/meta/recipes-devtools/python/python-setuptools_36.2.7.bb | |||
diff --git a/meta/recipes-devtools/python/python3-setuptools_36.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_36.2.7.bb index 65af6f0dad..65af6f0dad 100644 --- a/meta/recipes-devtools/python/python3-setuptools_36.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_36.2.7.bb | |||