diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | f56347151b44198f176bf18e54580dc906aa3555 (patch) | |
tree | 2e90c0ed2a6bf7a96ea8b289ca6f445793c1abb2 /meta | |
parent | ea819098cbccfdd442aa9cefb27e9aa88eb614a5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb | 2 |
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 @@ | |||
1 | SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" | 1 | SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" |
4 | 4 | ||
5 | inherit autotools gettext pkgconfig gtk-doc | 5 | inherit autotools gettext pkgconfig gtk-doc |