From 02f4ba6702413ae130880f0fd2d8625c68f0150f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 6 Mar 2022 11:39:39 +0100 Subject: layer: Update LICENSE variable to use SPDX license identifiers Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher --- recipes-devtools/imx-loader/imx-loader_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb index 39e798b..972ca74 100644 --- a/recipes-devtools/imx-loader/imx-loader_git.bb +++ b/recipes-devtools/imx-loader/imx-loader_git.bb @@ -1,7 +1,7 @@ SUMMARY = "USB/UART loader for i.MX51/53/6x/7 and Vybrid" SECTION = "base" HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" -LICENSE = "LGPLv2+" +LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "libusb" -- cgit v1.2.3