summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-07 13:08:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commitf56347151b44198f176bf18e54580dc906aa3555 (patch)
tree2e90c0ed2a6bf7a96ea8b289ca6f445793c1abb2 /meta/recipes-support
parentea819098cbccfdd442aa9cefb27e9aa88eb614a5 (diff)
downloadpoky-f56347151b44198f176bf18e54580dc906aa3555.tar.gz
p11-kit: Clarify BSD license variant
The license of p11-kit is BSD-3-Clause. (From OE-Core rev: 85ed4e8ccd4ff02b75502587cff617f9d7a08801) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
index 119d8365a1..9193a06ea8 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" 1SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
2LICENSE = "BSD" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" 3LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
4 4
5inherit autotools gettext pkgconfig gtk-doc 5inherit autotools gettext pkgconfig gtk-doc