diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:15:56 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 64a27ecc0df29e2149739a4dedef954a5877acda (patch) | |
tree | fb94d478ce83f0d40d795a96dd4ad79ef35a3d78 | |
parent | bc8f116a8586d813c2c098a008c4f40276a6aa42 (diff) | |
download | meta-openembedded-64a27ecc0df29e2149739a4dedef954a5877acda.tar.gz |
liblogging: Clarify BSD license variant
The License of liblogging 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-oe/recipes-extended/liblogging/liblogging_1.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb index bb59845196..5c1c151591 100644 --- a/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb +++ b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb | |||
@@ -8,7 +8,7 @@ sophisticated "behind the scenes" with better support for multiple threads \ | |||
8 | and flexibility for different log destinations (e.g. syslog and systemd \ | 8 | and flexibility for different log destinations (e.g. syslog and systemd \ |
9 | journal)." | 9 | journal)." |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "BSD" | 11 | LICENSE = "BSD-2-Clause" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc" |
13 | SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz" |
14 | 14 | ||