From de425c01ffc50d53d570c24e2fe99e1a8b81e5ac Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 7 May 2013 12:52:37 +0300 Subject: python-scons: upgraded to 2.3.0 "2013" was added in the 'Copyright' line in LICENSE.txt. Signed-off-by: Bogdan Marinescu Signed-off-by: Saul Wold --- meta/recipes-devtools/python/python-scons-native_2.2.0.bb | 5 ----- meta/recipes-devtools/python/python-scons-native_2.3.0.bb | 4 ++++ meta/recipes-devtools/python/python-scons_2.2.0.bb | 15 --------------- meta/recipes-devtools/python/python-scons_2.3.0.bb | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons-native_2.2.0.bb create mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.0.bb delete mode 100644 meta/recipes-devtools/python/python-scons_2.2.0.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.3.0.bb diff --git a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb b/meta/recipes-devtools/python/python-scons-native_2.2.0.bb deleted file mode 100644 index 701e0f7d27..0000000000 --- a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-scons_${PV}.bb -inherit native pythonnative -DEPENDS = "python-native" -RDEPENDS_${PN} = "" -PR = "r0" diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.0.bb b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb new file mode 100644 index 0000000000..1e4ec27ce1 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb @@ -0,0 +1,4 @@ +require python-scons_${PV}.bb +inherit native pythonnative +DEPENDS = "python-native" +RDEPENDS_${PN} = "" diff --git a/meta/recipes-devtools/python/python-scons_2.2.0.bb b/meta/recipes-devtools/python/python-scons_2.2.0.bb deleted file mode 100644 index b796ae82a0..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.2.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A Software Construction Tool" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61e6307bb15ee490a9ec01fd27022d7e" -SRCNAME = "scons" - -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "f737f474a02d08156c821bd2d4d4b632" -SRC_URI[sha256sum] = "f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.3.0.bb b/meta/recipes-devtools/python/python-scons_2.3.0.bb new file mode 100644 index 0000000000..1110f6ea43 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.3.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A Software Construction Tool" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98e9a1e6029e715255c52032a1eba637" +SRCNAME = "scons" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" + +SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9" +SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3