diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-03 15:34:00 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-03 15:34:00 +0000 |
commit | 832da37d74f56e041f27dd99884b522b939e2f8a (patch) | |
tree | 5deba04be75bea93e8998a07ecfd264ae57cfc75 /recipes-bsp/fsl-tlu | |
parent | 8a6c7a1a871a9a6f45f9f86e32c43e3fb5d79d17 (diff) | |
download | meta-freescale-832da37d74f56e041f27dd99884b522b939e2f8a.tar.gz |
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: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp/fsl-tlu')
-rw-r--r-- | recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb index 60598ae5..260737ff 100644 --- a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb +++ b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Freescale TLU(Table Lookup Unit) test package" | |||
2 | DESCRIPTION = "This package includes the TLU(Table Lookup Unit) test scripts \ | 2 | DESCRIPTION = "This package includes the TLU(Table Lookup Unit) test scripts \ |
3 | and configuration files." | 3 | and configuration files." |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" |
7 | 7 | ||
8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fsl-tlu;protocol=https;nobranch=1" | 8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fsl-tlu;protocol=https;nobranch=1" |