summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtheora
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-07 13:08:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commit976ce7fb02fe401d128edad07db3d74d30d3a129 (patch)
treecb3809dbea03665744199ad1381fab8ca5e2da1a /meta/recipes-multimedia/libtheora
parent59f361aa2c7f418de808e7f4e126afd43bd50a9c (diff)
downloadpoky-976ce7fb02fe401d128edad07db3d74d30d3a129.tar.gz
libtheora: Clarify BSD license variant
The license of libtheora is BSD-3-Clause. (From OE-Core rev: 9912fabffa43d8797562f20f6e2bd5dc738b800d) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtheora')
-rw-r--r--meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
index 664d8480a2..178e1a9240 100644
--- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
+++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The libtheora reference implementation provides the standard enco
3HOMEPAGE = "http://xiph.org/" 3HOMEPAGE = "http://xiph.org/"
4BUGTRACKER = "https://trac.xiph.org/newticket" 4BUGTRACKER = "https://trac.xiph.org/newticket"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "BSD" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" 7LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
8DEPENDS = "libogg" 8DEPENDS = "libogg"
9 9