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-multimedia/tinycompress | |
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-multimedia/tinycompress')
-rw-r--r-- | recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb index 6c0fc72e..803c38df 100644 --- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb +++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." | 1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." |
2 | LICENSE = "LGPLv2.1 | BSD-3-Clause" | 2 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" |
4 | DEPENDS = "alsa-lib" | 4 | DEPENDS = "alsa-lib" |
5 | 5 | ||