From 313a5f5502e06e2ebcb213f81a9494997e470b63 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Wed, 8 Jun 2016 05:56:14 +0000 Subject: python-scons: Upgrade from 2.4.1 to 2.5.0 Upgrades both python-scons and python-scons-native to 2.5.0, also fixes a runtime dependency issue when calling scons (From OE-Core rev: 3782164546aca84011940811c411e09601fbe399) Signed-off-by: Alejandro Hernandez Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons_2.4.1.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons_2.4.1.bb (limited to 'meta/recipes-devtools/python/python-scons_2.4.1.bb') diff --git a/meta/recipes-devtools/python/python-scons_2.4.1.bb b/meta/recipes-devtools/python/python-scons_2.4.1.bb deleted file mode 100644 index 096cf5c960..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.4.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Software Construction tool (make/autotools replacement)" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d" -SRCNAME = "scons" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40" -SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7" - -UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" -UPSTREAM_CHECK_REGEX = "/scons/(?P(\d+[\.\-_]*)+)/" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -RDEPENDS_${PN} = "\ - python-fcntl \ - python-io \ - " -- cgit v1.2.3-54-g00ecf