diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-17 14:47:02 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:35:32 -0700 |
commit | b0ab152cd55abaf01004c688ac26043464f70977 (patch) | |
tree | 422b26315123dbfd4522c365c56024e8230db2ed | |
parent | 5a7e65cbf351a73346b8d8400e3d50bfeef729a5 (diff) | |
download | meta-openembedded-b0ab152cd55abaf01004c688ac26043464f70977.tar.gz |
libsmi: Clarify BSD license variant
The License of libsmi is BSD-3-Clause and TCL.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index b537ce67dc..c2142a6289 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A Library to Access SMI MIB Information" | 1 | SUMMARY = "A Library to Access SMI MIB Information" |
2 | HOMEPAGE = "https://www.ibr.cs.tu-bs.de/projects/libsmi" | 2 | HOMEPAGE = "https://www.ibr.cs.tu-bs.de/projects/libsmi" |
3 | 3 | ||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause && TCL" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7" |
6 | 6 | ||
7 | SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ | 7 | SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ |