diff options
| author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 21:56:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:14 +0000 |
| commit | 21f767745e1836e7c4d00ad66961cf2748c64299 (patch) | |
| tree | f8c9ca7d94cd42098b2c8f304d28ba6df1ed6a4a /meta/recipes-devtools/python/python-scons_2.3.6.bb | |
| parent | 7721652a0fe82fc5ae127398a025781a94664a34 (diff) | |
| download | poky-21f767745e1836e7c4d00ad66961cf2748c64299.tar.gz | |
python-scons: upgrade to 2.4.1
Updates runtime dependencies, python-scon now depends on python-io and python-fcntl.
(From OE-Core rev: ffb01ab4bab44037690d9d7d3bc9968b77fe936a)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.3.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-scons_2.3.6.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.3.6.bb b/meta/recipes-devtools/python/python-scons_2.3.6.bb deleted file mode 100644 index cb90294e61..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.3.6.bb +++ /dev/null | |||
| @@ -1,17 +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=23bc1530c55e9f0d1b709056bcea237d" | ||
| 5 | SRCNAME = "scons" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928" | ||
| 10 | SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df" | ||
| 11 | |||
| 12 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" | ||
| 13 | UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit distutils | ||
