From 24f565276b0f83e5dfcb74a27da9179948a621e9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 18 Oct 2011 11:07:21 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.0.1.bb | 6 ------ meta/recipes-devtools/python/python-scons-native_2.1.0.bb | 5 +++++ meta/recipes-devtools/python/python-scons_2.0.1.bb | 15 --------------- meta/recipes-devtools/python/python-scons_2.1.0.bb | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons-native_2.0.1.bb create mode 100644 meta/recipes-devtools/python/python-scons-native_2.1.0.bb delete mode 100644 meta/recipes-devtools/python/python-scons_2.0.1.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.1.0.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb b/meta/recipes-devtools/python/python-scons-native_2.0.1.bb deleted file mode 100644 index f7646a2587..0000000000 --- a/meta/recipes-devtools/python/python-scons-native_2.0.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-scons_${PV}.bb -inherit native -DEPENDS = "python-native" -RDEPENDS_${PN} = "" -PR = "r1" - diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb new file mode 100644 index 0000000000..083ad15eb2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb @@ -0,0 +1,5 @@ +require python-scons_${PV}.bb +inherit native +DEPENDS = "python-native" +RDEPENDS_${PN} = "" +PR = "r0" diff --git a/meta/recipes-devtools/python/python-scons_2.0.1.bb b/meta/recipes-devtools/python/python-scons_2.0.1.bb deleted file mode 100644 index 1c7939e686..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.0.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A Software Construction Tool" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf" -SRCNAME = "scons" - -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "beca648b894cdbf85383fffc79516d18" -SRC_URI[sha256sum] = "0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.1.0.bb b/meta/recipes-devtools/python/python-scons_2.1.0.bb new file mode 100644 index 0000000000..22df333b6d --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.1.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A Software Construction Tool" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9" +SRCNAME = "scons" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" + +SRC_URI[md5sum] = "47daf989e303a045b76c11236df719df" +SRC_URI[sha256sum] = "4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf