summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-scons_2.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.3.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.3.4.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.3.4.bb b/meta/recipes-devtools/python/python-scons_2.3.4.bb
deleted file mode 100644
index 9b828fac9d..0000000000
--- a/meta/recipes-devtools/python/python-scons_2.3.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Software Construction tool (make/autotools replacement)"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
-SRCNAME = "scons"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5"
-SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils