diff options
| author | Ayoub Zaki <ayoub.zaki@embetrix.com> | 2026-04-03 14:13:58 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-03 11:06:31 -0700 |
| commit | 36f046bbb23c443cd8dd84187a237c45d5771654 (patch) | |
| tree | b9dfb1091d5952815a9194685bb7e13987a0b509 /meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb | |
| parent | 4c9cbe2bf179bdadeb7b725e2ae6dd5a4af1b079 (diff) | |
| download | meta-openembedded-36f046bbb23c443cd8dd84187a237c45d5771654.tar.gz | |
pkcs11-provider: upgrade 1.1 -> 1.2
Changelog: https://github.com/openssl-projects/pkcs11-provider/releases/tag/v1.2.0
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb')
| -rw-r--r-- | meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb new file mode 100644 index 0000000000..1bdb4445e5 --- /dev/null +++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | This is an Openssl 3.x provider to access Hardware or Software Tokens using \ | ||
| 4 | the PKCS#11 Cryptographic Token Interface\ | ||
| 5 | \ | ||
| 6 | This code targets version 3.1 of the interface but should be backwards \ | ||
| 7 | compatible to previous versions as well.\ | ||
| 8 | " | ||
| 9 | HOMEPAGE = "https://github.com/latchset/pkcs11-provider" | ||
| 10 | SECTION = "libs" | ||
| 11 | LICENSE = "Apache-2.0" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45" | ||
| 13 | DEPENDS = "\ | ||
| 14 | openssl \ | ||
| 15 | p11-kit \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRCREV = "c7a5c8b62a0ff012b16574f01651254ef7e664ee" | ||
| 19 | |||
| 20 | SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" | ||
| 21 | |||
| 22 | |||
| 23 | inherit meson pkgconfig | ||
| 24 | |||
| 25 | # Overwrite default pkcs11 module path | ||
| 26 | #EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so" | ||
| 27 | |||
| 28 | FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native" | ||
