diff options
| author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2016-11-16 15:22:16 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
| commit | 8670100bae0ae393c1c1b63cddc08c52c062dfe5 (patch) | |
| tree | a9533f32c11b0d4f1364dcb685522c7b6dbc4fd8 /meta/recipes-devtools/python/python-scons_2.5.0.bb | |
| parent | 0bfefc3ba53bd42c4fc843af1bc79a7a2c7ef742 (diff) | |
| download | poky-8670100bae0ae393c1c1b63cddc08c52c062dfe5.tar.gz | |
python-scons*: upgrade to 2.5.1
Both python-scons and python-scons-native need to be upgraded to latest
upstream version.
This change was tested using qemux86 with core-image-sato.
(From OE-Core rev: b3dc1eb3baf54a313a9de03700d57f592bbd73b8)
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-scons_2.5.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.5.0.bb b/meta/recipes-devtools/python/python-scons_2.5.0.bb deleted file mode 100644 index 8543c4182f..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.5.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a885dff6d14e4cd876d9008a09a42de" | ||
| 5 | SRCNAME = "scons" | ||
| 6 | |||
| 7 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e" | ||
| 10 | SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493" | ||
| 11 | |||
| 12 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "\ | ||
| 19 | python-fcntl \ | ||
| 20 | python-io \ | ||
| 21 | python-json \ | ||
| 22 | python-subprocess \ | ||
| 23 | " | ||
