[oe-commits] Richard Purdie : python-scons: Upgrade 2.3.0 -> 2.3.2

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 11:32:52 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jul 16 10:55:57 2014 +0000

python-scons: Upgrade 2.3.0 -> 2.3.2

License file changes copyright years only.

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

---

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

diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.0.bb b/meta/recipes-devtools/python/python-scons-native_2.3.2.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.3.0.bb
rename to meta/recipes-devtools/python/python-scons-native_2.3.2.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.3.0.bb b/meta/recipes-devtools/python/python-scons_2.3.2.bb
similarity index 52%
rename from meta/recipes-devtools/python/python-scons_2.3.0.bb
rename to meta/recipes-devtools/python/python-scons_2.3.2.bb
index eb2735d..fc5b302 100644
--- a/meta/recipes-devtools/python/python-scons_2.3.0.bb
+++ b/meta/recipes-devtools/python/python-scons_2.3.2.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Software Construction tool (make/autotools replacement)"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98e9a1e6029e715255c52032a1eba637"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
 SRCNAME = "scons"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9"
-SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b"
+SRC_URI[md5sum] = "bbd428da35ec176575a2b0be1f8d7162"
+SRC_URI[sha256sum] = "f993320c5e9515e6567fcce73df0a7a8808414bf1223c69123d3dcf339a449d4"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 



More information about the Openembedded-commits mailing list