]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons*: upgrade to 2.5.1
authorJose Lamego <jose.a.lamego@linux.intel.com>
Wed, 16 Nov 2016 21:22:16 +0000 (15:22 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:32 +0000 (11:02 +0000)
Both python-scons and python-scons-native need to be upgraded to latest
upstream version.
This change was tested using qemux86 with core-image-sato.

Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-scons-native_2.5.1.bb [moved from meta/recipes-devtools/python/python-scons-native_2.5.0.bb with 100% similarity]
meta/recipes-devtools/python/python-scons_2.5.1.bb [moved from meta/recipes-devtools/python/python-scons_2.5.0.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-devtools/python/python-scons_2.5.0.bb
rename to meta/recipes-devtools/python/python-scons_2.5.1.bb
index 8543c4182f8c0e578c5be0f8da5053176197c462..3f438561995b0f603fda61ff78b8fc0616a8315e 100644 (file)
@@ -6,8 +6,8 @@ SRCNAME = "scons"
 
 SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e"
-SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493"
+SRC_URI[md5sum] = "3eac81e5e8206304a9b4683c57665aa4"
+SRC_URI[sha256sum] = "c8de85fc02ed1a687b1f2ac791eaa0c1707b4382a204f17d782b5b111b9fdf07"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/"