diff options
-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" | ||