diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-04-11 23:31:29 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-05-17 11:56:50 -0600 |
| commit | 2febc0cc869c256ba3981ccf58c353ccc85d7106 (patch) | |
| tree | 41805f340146e298e988cbf3f049fb0be9fcb56b /meta-oe | |
| parent | 327df8652ec7368466bb03af017370a588e01d12 (diff) | |
| download | meta-openembedded-2febc0cc869c256ba3981ccf58c353ccc85d7106.tar.gz | |
c-ares: upgrade 1.34.1 -> 1.34.2
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.2
This release contains a fix for downstream packages detecting the c-ares
version based on the contents of the header file rather than the
distributed pkgconf or cmake files.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b0cc9ddc32e9e81a95606cb47bd7a5bf9b674a26)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb index 877e29d9f2..21a0e37e6c 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb | |||
| @@ -7,7 +7,7 @@ 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] = "7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103" | 10 | SRC_URI[sha256sum] = "35410aa625cc9ee95b66475f54aea7c81c673fb63d75fad5eee267711503b72a" |
| 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] = "" |
