diff options
-rw-r--r-- | meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb (renamed from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb index 9b6e7ccbe2..a7365f193a 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb | |||
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = " \ | |||
18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git" | 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | # v1.26 | 21 | # v1.27 |
22 | SRCREV = "c7a0cfa08ddc75d963a835d3588170af0e5f1115" | 22 | SRCREV = "564a582d600c7eec7b8e303a22b575fd52622174" |
23 | 23 | ||
24 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" | 24 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" |
25 | 25 | ||