[oe-commits] [openembedded-core] 54/60: python-scons*: upgrade to 2.5.1

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:12:05 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b3dc1eb3baf54a313a9de03700d57f592bbd73b8
Author: Jose Lamego <jose.a.lamego at linux.intel.com>
AuthorDate: Wed Nov 16 15:22:16 2016 -0600

    python-scons*: upgrade to 2.5.1
    
    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb}    | 0
 .../python/{python-scons_2.5.0.bb => python-scons_2.5.1.bb}           | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python-scons-native_2.5.0.bb b/meta/recipes-devtools/python/python-scons-native_2.5.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.5.0.bb
rename to meta/recipes-devtools/python/python-scons-native_2.5.1.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.5.0.bb b/meta/recipes-devtools/python/python-scons_2.5.1.bb
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 8543c41..3f43856 100644
--- a/meta/recipes-devtools/python/python-scons_2.5.0.bb
+++ b/meta/recipes-devtools/python/python-scons_2.5.1.bb
@@ -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/"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list