diff options
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.bb | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000000..f5d11eb925 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.0.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | ||
2 | SECTION = "devel/python" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "GPL" | ||
5 | SRCNAME = "scons" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
11 | |||
12 | inherit distutils | ||