summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-01 20:49:30 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-02 00:31:38 -0800
commita2df377c319198c39fbfbe721a4870efb8766a7a (patch)
tree7d39a1d68e6978c4f169b57f9a2dc61361e936e0 /meta-oe
parent4e84bef8912e40bbbede22e5e4f662b44dfdfc16 (diff)
downloadmeta-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.bb5
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 = " \
18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" 18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21# v1.27 21# master
22SRCREV = "2306f896c2f3c147792300155316fd65825aabad" 22SRCREV = "f23911037d9790a3f3a3447a78d31a6362358e21"
23PV .= "+1.30.0+git${SRCPV}"
23 24
24UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" 25UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)"
25 26