diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-30 14:20:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-30 12:39:32 -0700 |
commit | 8519549467b591a88193c3d1717fab0cfd18a9db (patch) | |
tree | ee668670aab02ccae2fbd5e5cb6d620e16db0c16 | |
parent | ee0d27dfecefb7e70aceac6dbb402c38800f1116 (diff) | |
download | meta-openembedded-8519549467b591a88193c3d1717fab0cfd18a9db.tar.gz |
c-ares: add UPSTREAM_CHECK_GITTAGREGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 |