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 | 59f361aa2c7f418de808e7f4e126afd43bd50a9c (patch) | |
tree | 839d52eaa1ac72221657d549f594bb4a5b3e0969 | |
parent | b1150666a0ce0f83c4570354a8c00025fbad51fe (diff) | |
download | poky-59f361aa2c7f418de808e7f4e126afd43bd50a9c.tar.gz |
libvorbis: Clarify BSD license variant
The license of libvorbis is BSD-3-Clause.
(From OE-Core rev: 27a73929ee51bc7d78cc29ff800a7537f8718c54)
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb index cbda6dc2fc..1a3cdc2269 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb | |||
@@ -5,7 +5,7 @@ is the main vorbis codec library." | |||
5 | HOMEPAGE = "http://www.vorbis.com/" | 5 | HOMEPAGE = "http://www.vorbis.com/" |
6 | BUGTRACKER = "https://trac.xiph.org" | 6 | BUGTRACKER = "https://trac.xiph.org" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=70c7063491d2d9f76a098d62ed5134f1 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=70c7063491d2d9f76a098d62ed5134f1 \ |
10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" | 10 | file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" |
11 | DEPENDS = "libogg" | 11 | DEPENDS = "libogg" |