aboutsummaryrefslogtreecommitdiffstats
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 b31543d9c9..d437529dc4 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"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
-PV = "1.14.0+gitr${SRCPV}"
+PV = "1.15.0+gitr${SRCPV}"
SRC_URI = "\
git://github.com/c-ares/c-ares.git \
file://cmake-install-libcares.pc.patch \
"
-SRCREV = "17dc1b3102e0dfc3e7e31369989013154ee17893"
+SRCREV = "e982924acee7f7313b4baa4ee5ec000c5e373c30"
UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"