diff options
author | Ross Burton <ross.burton@arm.com> | 2022-02-01 16:34:58 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:44:32 -0800 |
commit | b3a2b1e1d17748af7dc164a82f66f951e45ad1e2 (patch) | |
tree | a404cc2bc5b8bcb2d86f4e0bdeffc7ed14e3a3d5 /meta-oe/recipes-crypto | |
parent | 2f18574ffed40f68a731942e7d41e4a3b66242c7 (diff) | |
download | meta-openembedded-b3a2b1e1d17748af7dc164a82f66f951e45ad1e2.tar.gz |
pkcs11-helper: set precise BSD license
This package is BSD-3-Clause.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r-- | meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb index b8948c69b..ca78e5ef3 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb | |||
@@ -9,7 +9,7 @@ slot, supporting session expiration and much more all using a simple API." | |||
9 | HOMEPAGE = "https://github.com/OpenSC/pkcs11-helper" | 9 | HOMEPAGE = "https://github.com/OpenSC/pkcs11-helper" |
10 | SECTION = "Development/Libraries" | 10 | SECTION = "Development/Libraries" |
11 | 11 | ||
12 | LICENSE = "GPLv2 & BSD" | 12 | LICENSE = "GPLv2 & BSD-3-Clause" |
13 | LIC_FILES_CHKSUM = " \ | 13 | LIC_FILES_CHKSUM = " \ |
14 | file://COPYING;md5=30f10d22cfb1ba98ccd714a41ad3311a \ | 14 | file://COPYING;md5=30f10d22cfb1ba98ccd714a41ad3311a \ |
15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ | 15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ |