diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-07 14:37:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:38:29 +0000 |
commit | 2ee93fe27e7be91eb8b0b345c386308fd60c017b (patch) | |
tree | 00938004f006769f066ae3df2b51749bd338052a /meta | |
parent | 54b8096f91af47c72ac9abffe2f5c73fee27ad57 (diff) | |
download | poky-2ee93fe27e7be91eb8b0b345c386308fd60c017b.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.
(From OE-Core rev: c8e8ab6b69082805d62193e382534ee93a21f416)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.2.0.bb (renamed from meta/recipes-devtools/python/python-scons-native_2.1.0.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.1.0.bb | 15 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.2.0.bb | 15 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.2.0.bb index ec3f2f4449..701e0f7d27 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.2.0.bb | |||
@@ -2,4 +2,4 @@ require python-scons_${PV}.bb | |||
2 | inherit native pythonnative | 2 | inherit native pythonnative |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS_${PN} = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r2" | 5 | PR = "r0" |
diff --git a/meta/recipes-devtools/python/python-scons_2.1.0.bb b/meta/recipes-devtools/python/python-scons_2.1.0.bb deleted file mode 100644 index 8c5aa071e9..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.1.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9" | ||
5 | SRCNAME = "scons" | ||
6 | |||
7 | PR = "r2" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "47daf989e303a045b76c11236df719df" | ||
12 | SRC_URI[sha256sum] = "4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d" | ||
13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
14 | |||
15 | inherit distutils | ||
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 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61e6307bb15ee490a9ec01fd27022d7e" | ||
5 | SRCNAME = "scons" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "f737f474a02d08156c821bd2d4d4b632" | ||
12 | SRC_URI[sha256sum] = "f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9" | ||
13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
14 | |||
15 | inherit distutils | ||