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 | b1150666a0ce0f83c4570354a8c00025fbad51fe (patch) | |
tree | 58be7db81adf248604b8ea66ca301382a68b5555 /meta | |
parent | 771e367d4acab4e6cbcddbac1a839a6818444900 (diff) | |
download | poky-b1150666a0ce0f83c4570354a8c00025fbad51fe.tar.gz |
libogg: Clarify BSD license variant
The license of libogg is BSD-3-Clause.
(From OE-Core rev: 92940808022ded20af00c4898a4e8c29111bd2b7)
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/libogg/libogg_1.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libogg/libogg_1.3.4.bb b/meta/recipes-multimedia/libogg/libogg_1.3.4.bb index 8ca001079d..c4004619b9 100644 --- a/meta/recipes-multimedia/libogg/libogg_1.3.4.bb +++ b/meta/recipes-multimedia/libogg/libogg_1.3.4.bb | |||
@@ -5,7 +5,7 @@ necessary to codec libraries like libvorbis." | |||
5 | HOMEPAGE = "http://xiph.org/" | 5 | HOMEPAGE = "http://xiph.org/" |
6 | BUGTRACKER = "https://trac.xiph.org/newticket" | 6 | BUGTRACKER = "https://trac.xiph.org/newticket" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ |
10 | file://include/ogg/ogg.h;beginline=1;endline=11;md5=eda812856f13a3b1326eb8f020cc3b0b" | 10 | file://include/ogg/ogg.h;beginline=1;endline=11;md5=eda812856f13a3b1326eb8f020cc3b0b" |
11 | 11 | ||