diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-22 14:19:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-24 01:01:43 -0700 |
commit | d27d6b0d5ba8699dafc48449962c21067e89f5a6 (patch) | |
tree | b6d9b720035763654e57b9e84b11478a4728e767 | |
parent | d82bc715380bc3570dd244604bfb771c4399478e (diff) | |
download | meta-openembedded-d27d6b0d5ba8699dafc48449962c21067e89f5a6.tar.gz |
celt051: Clarify BSD license variant
The License of celt051 is BSD-2-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/celt051/celt051_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb index 116800522..12b9124f7 100644 --- a/meta-networking/recipes-support/celt051/celt051_git.bb +++ b/meta-networking/recipes-support/celt051/celt051_git.bb | |||
@@ -9,7 +9,7 @@ with high quality. Unlike these formats CELT imposes very little delay \ | |||
9 | on the signal, even less than is typical for speech centric formats \ | 9 | on the signal, even less than is typical for speech centric formats \ |
10 | like Speex, GSM, or G.729." | 10 | like Speex, GSM, or G.729." |
11 | 11 | ||
12 | LICENSE = "BSD" | 12 | LICENSE = "BSD-2-Clause" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" |
14 | 14 | ||
15 | PV = "0.5.1.3+git${SRCPV}" | 15 | PV = "0.5.1.3+git${SRCPV}" |