[oe] [meta-networking][PATCH 5/8] c-ares: add UPSTREAM_CHECK_GITTAGREGEX

Yi Zhao yi.zhao at windriver.com
Wed May 30 06:20:57 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.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 70e497f..365e7cf 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
@@ -12,6 +12,8 @@ SRC_URI = "\
     file://cmake-install-libcares.pc.patch \
 "
 
+UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
+
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
-- 
2.7.4




More information about the Openembedded-devel mailing list