summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-04-05 21:08:58 +0200
committerEnrico Jorns <ejo@pengutronix.de>2022-04-05 23:41:46 +0200
commit39f95bac712d298cc53b8b4c06015f500da62a7b (patch)
treeff101071cfda2d59c08d51e63c1bf679f62447f7 /recipes-core
parentb2a14b273f135aa6c08c92c0d9ddb395fdacfed4 (diff)
downloadmeta-ptx-39f95bac712d298cc53b8b4c06015f500da62a7b.tar.gz
meta-ptx-39f95bac712d298cc53b8b4c06015f500da62a7b.tar.xz
change LICENSE entries to SPDX identifiers
OE-Core started in [1] to warn when it finds obsolete license identifiers as it was decided to standardise on SPDX license names. Use the conversion script introduced in OE-Core's commit [2] to silence the warnings. [1] 9379f80f484f ("license/insane: Show warning for obsolete license usage") [2] 512cd4ca91bc ("scripts: Add a conversion script to use SPDX license names") Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/dt-utils/dt-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/dt-utils/dt-utils.inc b/recipes-core/dt-utils/dt-utils.inc
index 0366c99..40b1d28 100644
--- a/recipes-core/dt-utils/dt-utils.inc
+++ b/recipes-core/dt-utils/dt-utils.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "device-tree and barebox-related tools"
HOMEPAGE = "http://git.pengutronix.de/?p=tools/dt-utils.git"
SECTION = "base"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
DEPENDS = "udev"
PR = "r0"