From patchwork Mon Jan 7 12:37:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: scons: updated to 2.2.0 Date: Mon, 07 Jan 2013 12:37:19 -0000 From: Bogdan Marinescu X-Patchwork-Id: 42187 Message-Id: <1357562239-2200-1-git-send-email-bogdan.a.marinescu@intel.com> To: openembedded-core@lists.openembedded.org The license file was updated with a "2012" in the "Copyright" line, nothing else changed in the license text. Signed-off-by: Bogdan Marinescu --- ...ons-native_2.1.0.bb => python-scons-native_2.2.0.bb} | 2 +- meta/recipes-devtools/python/python-scons_2.1.0.bb | 15 --------------- meta/recipes-devtools/python/python-scons_2.2.0.bb | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) rename meta/recipes-devtools/python/{python-scons-native_2.1.0.bb => python-scons-native_2.2.0.bb} (91%) delete mode 100644 meta/recipes-devtools/python/python-scons_2.1.0.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.2.0.bb diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.2.0.bb similarity index 91% rename from meta/recipes-devtools/python/python-scons-native_2.1.0.bb rename to meta/recipes-devtools/python/python-scons-native_2.2.0.bb index ec3f2f4..701e0f7 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.2.0.bb @@ -2,4 +2,4 @@ require python-scons_${PV}.bb inherit native pythonnative DEPENDS = "python-native" RDEPENDS_${PN} = "" -PR = "r2" +PR = "r0" diff --git a/meta/recipes-devtools/python/python-scons_2.1.0.bb b/meta/recipes-devtools/python/python-scons_2.1.0.bb deleted file mode 100644 index 8c5aa07..0000000 --- a/meta/recipes-devtools/python/python-scons_2.1.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=ab8b65435c2e520ed18e67459f1f9bb9" -SRCNAME = "scons" - -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "47daf989e303a045b76c11236df719df" -SRC_URI[sha256sum] = "4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.2.0.bb b/meta/recipes-devtools/python/python-scons_2.2.0.bb new file mode 100644 index 0000000..b796ae8 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.2.0.bb @@ -0,0 +1,15 @@ +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