[oe-commits] [meta-openembedded] 11/31: c-ares: add UPSTREAM_CHECK_GITTAGREGEX

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:18 UTC 2018


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 8519549467b591a88193c3d1717fab0cfd18a9db
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed May 30 14:20:57 2018 +0800

    c-ares: add UPSTREAM_CHECK_GITTAGREGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
index 934c845..3c0ce16 100644
--- a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
@@ -13,6 +13,8 @@ SRC_URI = "\
 "
 SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce"
 
+UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
+
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig

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


More information about the Openembedded-commits mailing list