diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.3.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.3.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98e9a1e6029e715255c52032a1eba637" | ||
5 | SRCNAME = "scons" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
8 | |||
9 | SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9" | ||
10 | SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b" | ||
11 | |||
12 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
13 | |||
14 | inherit distutils | ||