mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-21 02:18:44 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Fix QA warnings: WARNING: efitools-1.9.2+gitAUTOINC+392836a46c-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] WARNING: mokutil-0.3.0+gitAUTOINC+e19adc575c-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv3 [obsolete-license] This is the result of automated script conversion: poky/scripts/contrib/convert-spdx-licenses.py meta-secure-core Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS += "openssl attr keyutils"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
||||
|
||||
DEPENDS += "attr ima-evm-utils tclap"
|
||||
|
||||
Reference in New Issue
Block a user