summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/tinycompress
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-03-03 12:46:15 -0300
committerGitHub <noreply@github.com>2022-03-03 12:46:15 -0300
commitf6e0f17d2b777d15d97632055d129a10bd47e525 (patch)
treef53d2dff9924ae03950b42c275eca448874ddfaf /recipes-multimedia/tinycompress
parentd14e5629aa598cb893b37ec4803236d8375e940b (diff)
parent832da37d74f56e041f27dd99884b522b939e2f8a (diff)
downloadmeta-freescale-f6e0f17d2b777d15d97632055d129a10bd47e525.tar.gz
Merge pull request #995 from zandrey/topic/clarify-obsole-license
Update LICENSE variable to use SPDX license identifiers
Diffstat (limited to 'recipes-multimedia/tinycompress')
-rw-r--r--recipes-multimedia/tinycompress/tinycompress_1.1.6.bb2
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 6c0fc72e9..803c38dfb 100644
--- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
+++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "A library to handle compressed formats like MP3 etc." 1DESCRIPTION = "A library to handle compressed formats like MP3 etc."
2LICENSE = "LGPLv2.1 | BSD-3-Clause" 2LICENSE = "LGPL-2.1-only | BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" 3LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
4DEPENDS = "alsa-lib" 4DEPENDS = "alsa-lib"
5 5