aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-17 14:47:02 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:35:32 -0700
commit5a7e65cbf351a73346b8d8400e3d50bfeef729a5 (patch)
tree8fbe2c5e8990166ecb9367f0dac99590ac793ea5 /meta-oe/recipes-support/libssh2
parentab3470cfe6cb775224e5a7deeaafb10191a64d12 (diff)
downloadmeta-openembedded-contrib-5a7e65cbf351a73346b8d8400e3d50bfeef729a5.tar.gz
libssh2: Clarify BSD license variant
The License of of libssh2 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/recipes-support/libssh2')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb b/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb
index fe853cde4f..6428958f93 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.8.2.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
DEPENDS = "zlib"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"