mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file Signed-off-by: Mei Lei <lei.mei@intel.com>
14 lines
327 B
BlitzBasic
14 lines
327 B
BlitzBasic
DESCRIPTION = "A Software Construction Tool"
|
|
SECTION = "devel/python"
|
|
PRIORITY = "optional"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
|
|
SRCNAME = "scons"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|
|
|
inherit distutils
|