mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
(From OE-Core rev: 322ff31d811bd8142af93574b10c91c611df93bd) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
679 B
BlitzBasic
25 lines
679 B
BlitzBasic
SUMMARY = "Software Construction tool (make/autotools replacement)"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=37bb53a08e6beaea0c90e7821d731284"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "e2fe9d16f81b0285b969238af4b552ff"
|
|
SRC_URI[sha256sum] = "f3f548d738d4a2179123ecd744271ec413b2d55735ea7625a59b1b59e6cd132f"
|
|
|
|
S = "${WORKDIR}/scons-${PV}"
|
|
|
|
UPSTREAM_CHECK_URI = "http://scons.org/pages/download.html"
|
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
|
|
|
|
inherit setuptools
|
|
|
|
RDEPENDS_${PN} = "\
|
|
python-fcntl \
|
|
python-io \
|
|
python-json \
|
|
python-subprocess \
|
|
python-shell \
|
|
python-pprint \
|
|
"
|