summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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