diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-17 14:47:03 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:35:32 -0700 |
commit | 0b7f650b598d1e98408dce6885d92602bb1f91cc (patch) | |
tree | a7c60d9f912b1c1acb0aef0fc8110515b961fa23 | |
parent | b0ab152cd55abaf01004c688ac26043464f70977 (diff) | |
download | meta-openembedded-0b7f650b598d1e98408dce6885d92602bb1f91cc.tar.gz |
libinih: Clarify BSD license variant
The License of libinih is BSD-3-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-support/inih/libinih_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 5030c78a31..48271f721c 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "C and C++ INI Library" | |||
2 | HOMEPAGE = "http://code.google.com/p/inih/" | 2 | HOMEPAGE = "http://code.google.com/p/inih/" |
3 | PV = "0.0+gitr${SRCPV}" | 3 | PV = "0.0+gitr${SRCPV}" |
4 | PKGV = "${GITPKGVTAG}" | 4 | PKGV = "${GITPKGVTAG}" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" |
7 | 7 | ||
8 | PR = "r3" | 8 | PR = "r3" |