summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-11-27 17:37:16 +0800
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:37 -0800
commit0b71bf7bcf3e2b73b55384e9cf530b8704bcea61 (patch)
tree7ce87ab8eb9701a966ca631c1e4e69da80268b52
parentc219926ef0b7db70f9e75d7ee4b292a171d8bdd6 (diff)
downloadmeta-openembedded-0b71bf7bcf3e2b73b55384e9cf530b8704bcea61.tar.gz
c-ares: upgrade to 1.15
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb (renamed from meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
index b31543d9c..d437529dc 100644
--- a/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
@@ -5,13 +5,13 @@ SECTION = "libs"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" 6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
7 7
8PV = "1.14.0+gitr${SRCPV}" 8PV = "1.15.0+gitr${SRCPV}"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/c-ares/c-ares.git \ 11 git://github.com/c-ares/c-ares.git \
12 file://cmake-install-libcares.pc.patch \ 12 file://cmake-install-libcares.pc.patch \
13" 13"
14SRCREV = "17dc1b3102e0dfc3e7e31369989013154ee17893" 14SRCREV = "e982924acee7f7313b4baa4ee5ec000c5e373c30"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
17 17