diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-11-25 15:50:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-26 23:01:51 +0000 |
commit | 0d47d440a3674b3eafb605f738e98f82f5698f05 (patch) | |
tree | f5cc2f2d86ac504a9a1f113f307bfa117e30bba0 /meta/recipes-devtools/python | |
parent | f279a1fc1b6b7e72d8eec782af81cb198ec07e76 (diff) | |
download | openembedded-core-0d47d440a3674b3eafb605f738e98f82f5698f05.tar.gz openembedded-core-0d47d440a3674b3eafb605f738e98f82f5698f05.tar.bz2 openembedded-core-0d47d440a3674b3eafb605f738e98f82f5698f05.zip |
python-setuptools: upgrade to 1.4
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools_1.4.bb (renamed from meta/recipes-devtools/python/python-setuptools_1.1.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_1.1.7.bb b/meta/recipes-devtools/python/python-setuptools_1.4.bb index c00738c10f..3cfda56ce6 100644 --- a/meta/recipes-devtools/python/python-setuptools_1.1.7.bb +++ b/meta/recipes-devtools/python/python-setuptools_1.4.bb @@ -34,7 +34,7 @@ RDEPENDS_${PN}_class-native = "\ python-compression \ " -SRC_URI[md5sum] = "1f33594d25d574a1640ffb84667c6759" -SRC_URI[sha256sum] = "b35e3d7c79cfdb5b38cfc71f4b0deab4350c1176fc4bb05bfa8945504ecfb028" +SRC_URI[md5sum] = "5710464bc5a61d75f5087f15ce63cfe0" +SRC_URI[sha256sum] = "75d288687066ed124311d6ca5f40ffa92a0e81adcd7fff318c6e84082713cf39" BBCLASSEXTEND = "native" |