diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-05-07 12:52:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:28 +0100 |
commit | d556ca2fd646786982a402cf6b14cc47aae76a24 (patch) | |
tree | 4f4534bc9be5d83ebc8bdaeec298ec820a9a040e /meta/recipes-devtools | |
parent | 821d0366a7946140c24fa6629f84aea52a50a444 (diff) | |
download | poky-d556ca2fd646786982a402cf6b14cc47aae76a24.tar.gz |
python-scons: upgraded to 2.3.0
"2013" was added in the 'Copyright' line in LICENSE.txt.
(From OE-Core rev: de425c01ffc50d53d570c24e2fe99e1a8b81e5ac)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.3.0.bb (renamed from meta/recipes-devtools/python/python-scons-native_2.2.0.bb) | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.2.0.bb | 15 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.3.0.bb | 14 |
3 files changed, 14 insertions, 16 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb index 701e0f7d27..1e4ec27ce1 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.2.0.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb | |||
@@ -2,4 +2,3 @@ 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 = "r0" | ||
diff --git a/meta/recipes-devtools/python/python-scons_2.2.0.bb b/meta/recipes-devtools/python/python-scons_2.2.0.bb deleted file mode 100644 index b796ae82a0..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.2.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=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 | ||
diff --git a/meta/recipes-devtools/python/python-scons_2.3.0.bb b/meta/recipes-devtools/python/python-scons_2.3.0.bb new file mode 100644 index 0000000000..1110f6ea43 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.3.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A Software Construction Tool" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98e9a1e6029e715255c52032a1eba637" | ||
5 | SRCNAME = "scons" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
8 | |||
9 | SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9" | ||
10 | SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b" | ||
11 | |||
12 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
13 | |||
14 | inherit distutils | ||