summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.0.1.bb15
1 files changed, 0 insertions, 15 deletions
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 @@
1DESCRIPTION = "A Software Construction Tool"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
5SRCNAME = "scons"
6
7PR = "r0"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "beca648b894cdbf85383fffc79516d18"
12SRC_URI[sha256sum] = "0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762"
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit distutils