diff options
author | wangmy <wangmy@fujitsu.com> | 2021-08-20 10:02:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-20 09:26:18 -0700 |
commit | c49173b09c998bb3893ae873f68823647f1a7e18 (patch) | |
tree | 3d9521196ec6f756897ae1738033aeddce6ae614 /meta-oe | |
parent | f92dbcc4c2723e6ff4e308c8a2e6dc228a6cd7d5 (diff) | |
download | meta-openembedded-contrib-c49173b09c998bb3893ae873f68823647f1a7e18.tar.gz |
c-ares: upgrade 1.17.1 -> 1.17.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb index f9575a3fce7..53cc1b68f08 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb @@ -5,14 +5,11 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" -PV = "1.17.1" - -SRC_URI = "\ - git://github.com/c-ares/c-ares.git \ - file://cmake-install-libcares.pc.patch \ - file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \ -" -SRCREV = "39c73b503d9ef70a58ad1f4a4643f15b01407c66" +SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main \ + file://cmake-install-libcares.pc.patch \ + file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \ + " +SRCREV = "6654436a307a5a686b008c1d4c93b0085da6e6d8" UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |