diff options
-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" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
7 | 7 | ||
8 | PV = "1.14.0+gitr${SRCPV}" | 8 | PV = "1.15.0+gitr${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_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 | " |
14 | SRCREV = "17dc1b3102e0dfc3e7e31369989013154ee17893" | 14 | SRCREV = "e982924acee7f7313b4baa4ee5ec000c5e373c30" |
15 | 15 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
17 | 17 | ||