pkcs11-provider: Upgrade 1.0 -> 1.1

https://github.com/latchset/pkcs11-provider/releases/tag/v1.1.0

https://github.com/latchset/pkcs11-provider/compare/v1.0...v1.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ayoub Zaki 2025-09-20 12:11:16 +02:00 committed by Khem Raj
parent 7b0e0d225a
commit db4acc7aa2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,7 +15,7 @@ DEPENDS = "\
p11-kit \
"
SRCREV = "8f6b94409d4872265076df310492da1e5f6abdf7"
SRCREV = "acb7086e44849d019956233348046c4f07c0670b"
SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https"
@ -26,3 +26,5 @@ inherit meson pkgconfig
#EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so"
FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"
BBCLASSEXTEND = "native"