[oe-commits] [meta-openembedded] 04/05: pkcs11-helper: add UPSTREAM_CHECK_GITTAGREGEX

git at git.openembedded.org git at git.openembedded.org
Fri Mar 6 15:27:32 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a6c2f4bacf1a18dd6972145cc93c2dff89237255
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 5 18:09:35 2020 +0000

    pkcs11-helper: add UPSTREAM_CHECK_GITTAGREGEX
    
    Fixes:
    
    INFO: pkcs11-helper, 1.26, 11, None, c7a0cfa08ddc75d963a835d3588170af0e5f1115
    
    After this commit:
    
    INFO: Skip package pkcs11-helper (status = MATCH, current version = 1.26, next version = 1.26)
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb
index 4f383d1..9b6e7cc 100644
--- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb
+++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.26.bb
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
 # v1.26
 SRCREV = "c7a0cfa08ddc75d963a835d3588170af0e5f1115"
 
+UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)"
+
 DEPENDS = "zlib nettle gnutls gmp openssl nss nspr"
 
 inherit autotools pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list