mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python-scons: Upgrade from 2.4.1 to 2.5.0
Upgrades both python-scons and python-scons-native to 2.5.0, also fixes a runtime dependency issue when calling scons (From OE-Core rev: 3782164546aca84011940811c411e09601fbe399) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
07c5fd7a0a
commit
313a5f5502
24
meta/recipes-devtools/python/python-scons_2.5.0.bb
Normal file
24
meta/recipes-devtools/python/python-scons_2.5.0.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Software Construction tool (make/autotools replacement)"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a885dff6d14e4cd876d9008a09a42de"
|
||||
SRCNAME = "scons"
|
||||
|
||||
SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e"
|
||||
SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/"
|
||||
UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-fcntl \
|
||||
python-io \
|
||||
python-json \
|
||||
python-subprocess \
|
||||
"
|
||||
Reference in New Issue
Block a user