aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-22 14:19:15 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-24 01:01:43 -0700
commit4061778a92ae6540021b71d03d72e536aaab6185 (patch)
treedc309cbf65320a1b1f1961ac186711601ba4d45c /meta-networking
parentd27d6b0d5ba8699dafc48449962c21067e89f5a6 (diff)
downloadmeta-openembedded-4061778a92ae6540021b71d03d72e536aaab6185.tar.gz
libmemcached: Clarify BSD license variant
The License of libmemcached 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-networking')
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached.inc b/meta-networking/recipes-support/libmemcached/libmemcached.inc
index e86f832f8d..d9a821d106 100644
--- a/meta-networking/recipes-support/libmemcached/libmemcached.inc
+++ b/meta-networking/recipes-support/libmemcached/libmemcached.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "open source C/C++ client library and tools for the memcached server"
DEPENDS = "libevent util-linux"
SECTION = "libdevel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=865490941c91ba790f0ea78dec93bd60"
SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${PV}.tar.gz"