From 44341df4b79ccdf2072d0f2a49ce7893e321dfef Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 6 Mar 2022 11:24:05 +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-support/snapd/snapd_2.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support/snapd') diff --git a/recipes-support/snapd/snapd_2.25.bb b/recipes-support/snapd/snapd_2.25.bb index 32060f0..d644323 100644 --- a/recipes-support/snapd/snapd_2.25.bb +++ b/recipes-support/snapd/snapd_2.25.bb @@ -1,6 +1,6 @@ SUMMARY = "The snapd and snap tools enable systems to work with .snap files." HOMEPAGE = "https://www.snapcraft.io" -LICENSE = "GPL-3.0" +LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = " \ -- cgit v1.2.3