pkcs11-provider: Upgrade 0.3 -> 0.5

Changelogs:
 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.4
 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.5

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Niko Mauno 2024-07-05 09:43:44 +00:00 committed by Khem Raj
parent 5bc18d62f8
commit 1c3abfdbd8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,18 +10,14 @@ HOMEPAGE = "https://github.com/latchset/pkcs11-provider"
SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45"
DEPENDS = "\
autoconf-archive \
openssl \
p11-kit \
"
DEPENDS = "openssl"
SRCREV = "58040b4e32975cc1d7f39e424ee7b0097cd11311"
SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f"
SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
inherit meson pkgconfig
FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"