mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
python-scons:Add license checksum and update the GPL information
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>
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
DESCRIPTION = "A Software Construction Tool"
|
DESCRIPTION = "A Software Construction Tool"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPL"
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
|
||||||
SRCNAME = "scons"
|
SRCNAME = "scons"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|||||||
Reference in New Issue
Block a user