mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 09:52:39 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7721652a0f
commit
21f767745e
22
meta/recipes-devtools/python/python-scons_2.4.1.bb
Normal file
22
meta/recipes-devtools/python/python-scons_2.4.1.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Software Construction tool (make/autotools replacement)"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d"
|
||||
SRCNAME = "scons"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40"
|
||||
SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/"
|
||||
UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-fcntl \
|
||||
python-io \
|
||||
"
|
||||
Reference in New Issue
Block a user