diff options
author | Ayoub Zaki <ayoub.zaki@embetrix.com> | 2025-09-20 12:11:16 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-21 16:06:10 +0000 |
commit | db4acc7aa255b9a33ecd1f33ab10a7899ce6e648 (patch) | |
tree | 1de54e0bec3ed25643e86b41a7d7937b02aeddfc | |
parent | 7b0e0d225af96f4224039e6b7f3afd84beba83f6 (diff) | |
download | meta-openembedded-db4acc7aa255b9a33ecd1f33ab10a7899ce6e648.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb (renamed from meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb index a403289cfc..015c2287ef 100644 --- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb +++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "\ | |||
15 | p11-kit \ | 15 | p11-kit \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "8f6b94409d4872265076df310492da1e5f6abdf7" | 18 | SRCREV = "acb7086e44849d019956233348046c4f07c0670b" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" | 20 | SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" |
21 | 21 | ||
@@ -26,3 +26,5 @@ inherit meson pkgconfig | |||
26 | #EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so" | 26 | #EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so" |
27 | 27 | ||
28 | FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" | 28 | FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" |
29 | |||
30 | BBCLASSEXTEND = "native" | ||