diff options
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb index 80a9a1b693..40dc5b09ba 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb | |||
@@ -3,11 +3,11 @@ SUMMARY = "c-ares is a C library that resolves names asynchronously." | |||
3 | HOMEPAGE = "https://c-ares.org/" | 3 | HOMEPAGE = "https://c-ares.org/" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v1.30.0/${BPN}-${PV}.tar.gz \ |
9 | file://run-ptest" | 9 | file://run-ptest" |
10 | SRC_URI[sha256sum] = "0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7" | 10 | SRC_URI[sha256sum] = "4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c" |
11 | 11 | ||
12 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 12 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
13 | PACKAGECONFIG[manpages] = "" | 13 | PACKAGECONFIG[manpages] = "" |