diff options
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.bb | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..9b828fac9d --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.3.4.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2" | ||
| 5 | SRCNAME = "scons" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5" | ||
| 10 | SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 13 | |||
| 14 | inherit distutils | ||
