mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python-scons: 2.3.2 -> 2.3.4
(From OE-Core rev: 3e924fafab2ad407a51a0bb19be9faf281b766c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
14
meta/recipes-devtools/python/python-scons_2.3.4.bb
Normal file
14
meta/recipes-devtools/python/python-scons_2.3.4.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Software Construction tool (make/autotools replacement)"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
|
||||
SRCNAME = "scons"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5"
|
||||
SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
Reference in New Issue
Block a user