mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01: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"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
|
||||
SRCNAME = "scons"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
Reference in New Issue
Block a user