aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons_2.2.0.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-01-07 14:37:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 13:36:39 +0000
commitc8e8ab6b69082805d62193e382534ee93a21f416 (patch)
tree0fecbcfa85c1a2c9f28f9275d23174bd67ce3d95 /meta/recipes-devtools/python/python-scons_2.2.0.bb
parentdaee2d2dc29c14a086122c04fbf97924c5dab3b8 (diff)
downloadopenembedded-core-contrib-c8e8ab6b69082805d62193e382534ee93a21f416.tar.gz
scons: updated to 2.2.0
The license file was updated with a "2012" in the "Copyright" line, nothing else changed in the license text. Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.2.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.2.0.bb b/meta/recipes-devtools/python/python-scons_2.2.0.bb
new file mode 100644
index 0000000000..b796ae82a0
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons_2.2.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A Software Construction Tool"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61e6307bb15ee490a9ec01fd27022d7e"
+SRCNAME = "scons"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "f737f474a02d08156c821bd2d4d4b632"
+SRC_URI[sha256sum] = "f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils