[oe-commits] Richard Purdie : python-scons: 2.3.4 -> 2.3.6

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 10:28:44 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c94a51c12eb5972880efbf2be45c38bfdf81bf9f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c94a51c12eb5972880efbf2be45c38bfdf81bf9f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Aug  1 08:18:29 2015 +0000

python-scons: 2.3.4 -> 2.3.6

License copyright year changed.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../{python-scons-native_2.3.4.bb => python-scons-native_2.3.6.bb}  | 0
 .../python/{python-scons_2.3.4.bb => python-scons_2.3.6.bb}         | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.4.bb b/meta/recipes-devtools/python/python-scons-native_2.3.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.3.4.bb
rename to meta/recipes-devtools/python/python-scons-native_2.3.6.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.3.4.bb b/meta/recipes-devtools/python/python-scons_2.3.6.bb
similarity index 52%
rename from meta/recipes-devtools/python/python-scons_2.3.4.bb
rename to meta/recipes-devtools/python/python-scons_2.3.6.bb
index 9b828fa..c4ad7d3 100644
--- a/meta/recipes-devtools/python/python-scons_2.3.4.bb
+++ b/meta/recipes-devtools/python/python-scons_2.3.6.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Software Construction tool (make/autotools replacement)"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d"
 SRCNAME = "scons"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5"
-SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441"
+SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928"
+SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 



More information about the Openembedded-commits mailing list