diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-03-01 20:49:30 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-02 00:31:38 -0800 |
| commit | a2df377c319198c39fbfbe721a4870efb8766a7a (patch) | |
| tree | 7d39a1d68e6978c4f169b57f9a2dc61361e936e0 /meta-oe | |
| parent | 4e84bef8912e40bbbede22e5e4f662b44dfdfc16 (diff) | |
| download | meta-openembedded-a2df377c319198c39fbfbe721a4870efb8766a7a.tar.gz | |
pkcs11-helper: Update to latest tip of trunk
This helps fixing build with clang16
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb index a34a4b9140..d17ac1e7e1 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb | |||
| @@ -18,8 +18,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" | 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | # v1.27 | 21 | # master |
| 22 | SRCREV = "2306f896c2f3c147792300155316fd65825aabad" | 22 | SRCREV = "f23911037d9790a3f3a3447a78d31a6362358e21" |
| 23 | PV .= "+1.30.0+git${SRCPV}" | ||
| 23 | 24 | ||
| 24 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" |
| 25 | 26 | ||
