From 8519549467b591a88193c3d1717fab0cfd18a9db Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 30 May 2018 14:20:57 +0800 Subject: c-ares: add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') 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 934c8454d5..3c0ce16100 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\d+_(\d_?)+)" + S = "${WORKDIR}/git" inherit cmake pkgconfig -- cgit 1.2.3-korg