diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 976ce7fb02fe401d128edad07db3d74d30d3a129 (patch) | |
tree | cb3809dbea03665744199ad1381fab8ca5e2da1a /meta/recipes-multimedia/libtheora | |
parent | 59f361aa2c7f418de808e7f4e126afd43bd50a9c (diff) | |
download | poky-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.bb | 2 |
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 | |||
3 | HOMEPAGE = "http://xiph.org/" | 3 | HOMEPAGE = "http://xiph.org/" |
4 | BUGTRACKER = "https://trac.xiph.org/newticket" | 4 | BUGTRACKER = "https://trac.xiph.org/newticket" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" |
8 | DEPENDS = "libogg" | 8 | DEPENDS = "libogg" |
9 | 9 | ||