diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-21 04:38:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-21 04:41:24 -0700 |
commit | 64224b92e5be78906a1468ed5c3f45908a93a35d (patch) | |
tree | e08c71b3c5e0303690205b2fd4e80c9e82cff849 /meta-oe/recipes-support/libsmi | |
parent | a37c2d00cc21afe1e18f72f303b37a3f74633905 (diff) | |
download | meta-openembedded-64224b92e5be78906a1468ed5c3f45908a93a35d.tar.gz |
libsmi: Fix and operator per SPDX
This was a fallout from last commit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsmi')
-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 c2142a628..3685c4aca 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-3-Clause && TCL" | 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 \ |