summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-18 18:42:10 -0500
committerKhem Raj <raj.khem@gmail.com>2025-01-20 20:20:25 -0800
commite46be288f24b1e62f6aa7ebf83e2ec26472e495b (patch)
tree9a0944c5ded41e4635e473f1ce319724f2686f1a
parent27ab1bbc95b27a72a6a8a750a7fd3e98526e2050 (diff)
downloadmeta-openembedded-e46be288f24b1e62f6aa7ebf83e2ec26472e495b.tar.gz
c-ares: upgrade 1.32.0 -> 1.32.1
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares_1.32.1.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.32.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.32.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.32.1.bb
index acabe49d6b..81eae9d833 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.32.0.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.32.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19"
7 7
8SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ 8SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
9 file://run-ptest" 9 file://run-ptest"
10SRC_URI[sha256sum] = "5ab3fad06edb98fe8081febe1e41a027cfa3199fc525a59c851376414fe24c5b" 10SRC_URI[sha256sum] = "63be2c4ee121faa47e9766f735b4cde750fff2c563f81c11e572d3dc6401e5e7"
11 11
12PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 12PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
13PACKAGECONFIG[manpages] = "" 13PACKAGECONFIG[manpages] = ""