From bbc532e7c65c507ea6b91d1e73ecb60b34d4ab54 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 6 Mar 2022 11:30:24 +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-multimedia/codecgraph/codecgraph_20120114.bb | 2 +- recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/codecgraph/codecgraph_20120114.bb b/recipes-multimedia/codecgraph/codecgraph_20120114.bb index f3b687b..8602506 100644 --- a/recipes-multimedia/codecgraph/codecgraph_20120114.bb +++ b/recipes-multimedia/codecgraph/codecgraph_20120114.bb @@ -2,7 +2,7 @@ SECTION = "multimedia" SUMMARY = "Tool to generate a graph of HDA codec config" DESCRIPTION = "Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec." HOMEPAGE = "http://helllabs.org/codecgraph/" -LICENSE = "GPLv2+" +LICENSE = "GPL-2.0-or-later" RDEPENDS:${PN} = "python graphviz" SRC_URI = "http://helllabs.org/codecgraph/codecgraph-${PV}.tar.gz" diff --git a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb index 2e63c70..610d521 100644 --- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb +++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb @@ -1,6 +1,6 @@ SUMMARY = "tinycompress library for compress audio offload in alsa" DESCRIPTION = "A library to handle compressed formats like MP3 etc" -LICENSE = "BSD-3-Clause | LGPLv2.1" +LICENSE = "BSD-3-Clause | LGPL-2.1-only" inherit autotools pkgconfig LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" -- cgit v1.2.3