summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:24:05 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-03-07 09:54:19 +0100
commit44341df4b79ccdf2072d0f2a49ce7893e321dfef (patch)
tree496601b9be80599c156c5286828344b3f22c3b8d
parent8b753c5ba7f0a13ada2fe77f884e79f9d6f2e34c (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/backports/backports_5.4.bb2
-rw-r--r--recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.3.08.bb2
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb2
-rw-r--r--recipes-support/libusbgx/libusbgx_git.bb2
-rw-r--r--recipes-support/snapd/snapd_2.25.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/backports/backports_5.4.bb b/recipes-kernel/backports/backports_5.4.bb
index 32fd979..66d3e9f 100644
--- a/recipes-kernel/backports/backports_5.4.bb
+++ b/recipes-kernel/backports/backports_5.4.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Linux Backports"
HOMEPAGE = "https://backports.wiki.kernel.org"
SECTION = "kernel/modules"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
inherit module-base
diff --git a/recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.3.08.bb b/recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.3.08.bb
index 4fe5bf3..0fd682b 100644
--- a/recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.3.08.bb
+++ b/recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.3.08.bb
@@ -4,7 +4,7 @@ SUMMARY = "Linux kernel driver allowing usermode access for EtherCAT Master Stac
# The Kernel module under Sources/atemsys/ is licensed differently than the
# rest, this recipe packs the Kernel module only
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://atemsys.c;beginline=182;endline=182;md5=7865b9061132c2794f3fb205cda5bdf4"
inherit module
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index 923c2b8..f5e658b 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -1,7 +1,7 @@
SUMMARY = "Toradex mainline Linux kernel"
SUMMARY:preempt-rt = "Toradex mainline real-Time Linux kernel"
SECTION = "kernel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-git:"
diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb
index 79df5f9..9a1369d 100644
--- a/recipes-support/libusbgx/libusbgx_git.bb
+++ b/recipes-support/libusbgx/libusbgx_git.bb
@@ -1,6 +1,6 @@
SUMMARY = "USB Gadget neXt Configfs Library"
-LICENSE = "GPLv2 & LGPLv2.1"
+LICENSE = "GPL-2.0-only & LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
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 = " \