summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-14 14:41:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-22 17:40:29 +0200
commitcb6ea3c77e7e2f8a873c45d72eaa356ec5470e3e (patch)
treeccdea63a5cd733afd1883888fba7d026ba6e2dd2
parent3d00dc25f5c281995db25dff9df8d5b71b0ce259 (diff)
tinycompress: fix BSD license name and add LGPL
tinycompress is dual licenced. Specify both alternatives. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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 d38f749..110e181 100644
--- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
+++ b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
@@ -1,6 +1,6 @@
SUMMARY = "tinycompress library for compress audio offload in alsa"
DESCRIPTION = "A library to handle compressed formats like MP3 etc"
-LICENSE = "BSD-3-clause"
+LICENSE = "BSD-3-Clause | LGPLv2.1"
inherit autotools pkgconfig
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"