aboutsummaryrefslogtreecommitdiffstats
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
commit9673794a4f69a0c58ea5371864dd7f8b649eac70 (patch)
tree0ef127d905d02b9239a8e3a3ee944f9c47356130
parent0b7f650b598d1e98408dce6885d92602bb1f91cc (diff)
downloadmeta-openembedded-contrib-9673794a4f69a0c58ea5371864dd7f8b649eac70.tar.gz
gperftools: Clarify BSD license variant
The License of gperftools 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/gperftools/gperftools_2.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
index c48a98183d..fdb82519bc 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
@@ -1,6 +1,6 @@
SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools"
HOMEPAGE = "https://github.com/gperftools/gperftools"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
DEPENDS += "libunwind"