diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-10-18 11:07:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-20 17:13:38 +0100 |
commit | 24f565276b0f83e5dfcb74a27da9179948a621e9 (patch) | |
tree | ce077c9a02eaff9917a11603b768d57d12c399bf /meta/recipes-devtools | |
parent | acf71bb712406ca711bfe8874b10f86d8d860068 (diff) | |
download | poky-24f565276b0f83e5dfcb74a27da9179948a621e9.tar.gz |
python-scons: upgrade from 2.0.1 to 2.1.0
the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different.
(From OE-Core rev: bd34ca3f4912cf957fb3b46c31c757d284dfc4c7)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.1.0.bb (renamed from meta/recipes-devtools/python/python-scons-native_2.0.1.bb) | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.1.0.bb (renamed from meta/recipes-devtools/python/python-scons_2.0.1.bb) | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb index f7646a2587..083ad15eb2 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb | |||
@@ -2,5 +2,4 @@ require python-scons_${PV}.bb | |||
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS_${PN} = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r1" | 5 | PR = "r0" |
6 | |||
diff --git a/meta/recipes-devtools/python/python-scons_2.0.1.bb b/meta/recipes-devtools/python/python-scons_2.1.0.bb index 1c7939e686..22df333b6d 100644 --- a/meta/recipes-devtools/python/python-scons_2.0.1.bb +++ b/meta/recipes-devtools/python/python-scons_2.1.0.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | 1 | DESCRIPTION = "A Software Construction Tool" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9" |
5 | SRCNAME = "scons" | 5 | SRCNAME = "scons" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "beca648b894cdbf85383fffc79516d18" | 11 | SRC_URI[md5sum] = "47daf989e303a045b76c11236df719df" |
12 | SRC_URI[sha256sum] = "0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762" | 12 | SRC_URI[sha256sum] = "4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d" |
13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
14 | 14 | ||
15 | inherit distutils | 15 | inherit distutils |