diff options
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.32.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.32.3.bb b/meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb index 8bc22f9970..44c5834695 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.32.3.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.33.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=2047e36c793a8e9c3d3f4b66f8934a19" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d3e72a10e08191f2ca1be3f3228d78f3" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ |
9 | file://run-ptest" | 9 | file://run-ptest" |
10 | SRC_URI[sha256sum] = "5f02cc809aac3f6cc5edc1fac6c4423fd5616d7406ce47b904c24adf0ff2cd0f" | 10 | SRC_URI[sha256sum] = "3e41df2f172041eb4ecb754a464c11ccc5046b2a1c8b1d6a40dac45d3a3b2346" |
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] = "" |