summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
blob: fcd8fe631eb71cfba6c88742c08679a9b878eb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers"
DESCRIPTION = "\
This is an Openssl 3.x provider to access Hardware or Software Tokens using \
the PKCS#11 Cryptographic Token Interface\
\
This code targets version 3.1 of the interface but should be backwards \
compatible to previous versions as well.\
"
HOMEPAGE = "https://github.com/latchset/pkcs11-provider"
SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45"
DEPENDS = "openssl"

SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f"

SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https \
    file://0001-Fix-types-for-old-32-bit-systems.patch \
"

S = "${WORKDIR}/git"

inherit meson pkgconfig

FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"