mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-26 13:58:37 +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:
@@ -7,7 +7,7 @@ efi-readvar and efi-updatevar commands. Aside from needing efitools \
|
||||
in the Linux 3.8 kernel. \
|
||||
"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e28f66b16cb46be47b20a4cdfe6e99a1"
|
||||
|
||||
DEPENDS:append = " \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "The utility to manipulate machines owner keys which managed in shim"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS += "openssl efivar virtual/crypt"
|
||||
|
||||
Reference in New Issue
Block a user