diff options
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "\ | |||
13 | " | 13 | " |
14 | SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce" | 14 | SRCREV = "3be1924221e1326df520f8498d704a5c4c8d0cce" |
15 | 15 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | ||
17 | |||
16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
17 | 19 | ||
18 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |