From b0130fcf91daee0d905af755302fabe608da141c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2022 17:15:36 +0000 Subject: meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie --- meta/recipes-bsp/usbutils/usbutils_014.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-bsp/usbutils') diff --git a/meta/recipes-bsp/usbutils/usbutils_014.bb b/meta/recipes-bsp/usbutils/usbutils_014.bb index ef3fd749c0..828eb4d36f 100644 --- a/meta/recipes-bsp/usbutils/usbutils_014.bb +++ b/meta/recipes-bsp/usbutils/usbutils_014.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected t HOMEPAGE = "http://www.linux-usb.org" SECTION = "base" -LICENSE = "GPLv2+ & (GPLv2 | GPLv3)" +LICENSE = "GPL-2.0-or-later & (GPL-2.0-only | GPL-3.0-only)" # License files went missing in 010, when 011 is released add LICENSES/* back LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7226e442a172bcf25807246d7ef1eba1 \ file://lsusb.py.in;beginline=2;endline=2;md5=c443ada211d701156e42ea36d41625b3 \ @@ -21,8 +21,8 @@ ALTERNATIVE:${PN} = "lsusb" ALTERNATIVE_PRIORITY = "100" # The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3. -LICENSE:${PN} = "GPLv2+" -LICENSE:${PN}-python = "GPLv2 | GPLv3" +LICENSE:${PN} = "GPL-2.0-or-later" +LICENSE:${PN}-python = "GPL-2.0-only | GPL-3.0-only" RRECOMMENDS:${PN} = "udev-hwdb" -- cgit v1.2.3-54-g00ecf