From 15587227211b407aa3d1d91e803d29e62513bd7e Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 20 Apr 2022 21:41:15 -0500 Subject: 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 Change-Id: I88c639dbb45762e2e019a3503f1f1930b65c09d6 --- meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hpe/meta-gxp/recipes-bsp/u-boot') diff --git a/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc b/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc index c8231c0498..8b7b218080 100644 --- a/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc +++ b/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc @@ -1,7 +1,7 @@ HOMEPAGE = "https://github.com/HewlettPackard/gxp-uboot" DEPENDS += "flex-native bison-native bc-native" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" PE = "1" -- cgit v1.2.3