summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-18 18:42:12 -0500
committerKhem Raj <raj.khem@gmail.com>2025-01-20 20:20:25 -0800
commitf05ac0cbf83ea8d6019bb9024ade361af8735b1a (patch)
tree31f3d577669e39456b128c3ace04f45556fcae77
parent574ab419581a981f282be78d0d3742cfbf937ef7 (diff)
downloadmeta-openembedded-f05ac0cbf83ea8d6019bb9024ade361af8735b1a.tar.gz
c-ares: upgrade 1.32.2 -> 1.32.3
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.3 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.3.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.32.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.32.2.bb b/meta-oe/recipes-support/c-ares/c-ares_1.32.3.bb
index 438da9aa96..8bc22f9970 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.32.2.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.32.3.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] = "072ff6b30b9682d965b87eb9b77851dc1cd8e6d8090f6821a56bd8fa89595061" 10SRC_URI[sha256sum] = "5f02cc809aac3f6cc5edc1fac6c4423fd5616d7406ce47b904c24adf0ff2cd0f"
11 11
12PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 12PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
13PACKAGECONFIG[manpages] = "" 13PACKAGECONFIG[manpages] = ""