diff options
| author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-04-03 18:50:45 +0200 |
|---|---|---|
| committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-04-03 18:50:45 +0200 |
| commit | 82b51b6abd7b43ae6fa1c7d01b780d0c99d22804 (patch) | |
| tree | b1455904c992c92a18dc5f48253d0f37c4ff7590 /recipes/python/python-scons_1.3.0.bb | |
| parent | 5eef2a8892b12b3215f52065c2c177f576c41959 (diff) | |
| parent | d2bd4a770d2a5b3fd56bd3a8584935240d9012f8 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-scons_1.3.0.bb')
| -rw-r--r-- | recipes/python/python-scons_1.3.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb new file mode 100644 index 0000000000..792e3a54f7 --- /dev/null +++ b/recipes/python/python-scons_1.3.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "A Software Construction Tool" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "scons" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \ + file://toolchain-from-env.SConscript \ +" +SRC_URI[scons.md5sum] = "ad6838c867abd2ad5bf371b353d594f7" +SRC_URI[scons.sha256sum] = "4bde47b9a40fe767f089f5996d56b6e85a2d4929309b9c07a2dff363a78b0002" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +do_install_append() { + install -d ${D}${datadir}/scons/ + install -m 0644 ${WORKDIR}/toolchain-from-env.SConscript ${D}${datadir}/scons/ +} + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" |
