summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-07-09 00:39:33 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-07-09 13:54:06 +0200
commit5d1b7fbd01ef353400ec4ee5fd813acd2ac9695e (patch)
tree0e356c86d5d20eaa283b406abc12fca1b495137a
parentedf9546824b5ed7e025accb6ae3de7907635d100 (diff)
spidev-test: fix catering for updated license file
Cater for updated license file. Fixes: openembedded-core commit 5ecf139a31fa ("licenses: Update license file to match current SPDX names") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-devtools/spidev-test/spidev-test.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/spidev-test/spidev-test.bb b/recipes-devtools/spidev-test/spidev-test.bb
index 82025b2..d3f9ff3 100644
--- a/recipes-devtools/spidev-test/spidev-test.bb
+++ b/recipes-devtools/spidev-test/spidev-test.bb
@@ -1,6 +1,6 @@
SUMMARY = "The Linux kernels spidev-test programm"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}"