aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-17 14:47:03 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:35:32 -0700
commit0b7f650b598d1e98408dce6885d92602bb1f91cc (patch)
treea7c60d9f912b1c1acb0aef0fc8110515b961fa23 /meta-oe
parentb0ab152cd55abaf01004c688ac26043464f70977 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/inih/libinih_git.bb2
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"
HOMEPAGE = "http://code.google.com/p/inih/"
PV = "0.0+gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
PR = "r3"