diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | c830498f90fc2e9d73ac1b835e8b9d2b5893781a (patch) | |
tree | 75c66a686a75ad1ded2e085cf934126f5eb65cba /meta/recipes-multimedia/speex | |
parent | 546521830b8bdb58e393bbdb65b5726125bd8838 (diff) | |
download | poky-c830498f90fc2e9d73ac1b835e8b9d2b5893781a.tar.gz |
speexdsp: Clarify BSD license variant
The license of speexdsp is BSD-3-Clause.
(From OE-Core rev: fc55e9819d8e3d4185615e2f1267a2ae537c62f4)
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/speex')
-rw-r--r-- | meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb b/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb index 6b1acedbef..03c949be22 100644 --- a/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb +++ b/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A patent-free DSP library" | |||
2 | DESCRIPTION = "SpeexDSP is a patent-free, Open Source/Free Software DSP library." | 2 | DESCRIPTION = "SpeexDSP is a patent-free, Open Source/Free Software DSP library." |
3 | HOMEPAGE = "http://www.speex.org" | 3 | HOMEPAGE = "http://www.speex.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8" |
7 | 7 | ||
8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz \ | 8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz \ |