commit | 15587227211b407aa3d1d91e803d29e62513bd7e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 20 21:41:15 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 21 17:10:55 2022 +0000 |
tree | 06cc330c7dbd87049e9e9cc66fb7f75fe47dd2f4 | |
parent | 4cdf129bb0b09963f1bed1e51385c362a0866d1b [diff] [blame] |
treewide: fix GPLv2+ obsolete-license warnings The LICENSE string 'GPLv2+' is considered obsolete by Yocto and raises a warning. Switch them too the accepted tag 'GPL-2.0-or-later'. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I88c639dbb45762e2e019a3503f1f1930b65c09d6
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc index ae82748..8efeaed 100644 --- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc +++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -2,7 +2,7 @@ SECTION = "bootloaders" DEPENDS += "flex-native bison-native xxd-native" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" PE = "1"