aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
diff options
context:
space:
mode:
authorSinan Kaya <okaya@kernel.org>2021-08-23 15:13:11 +0000
committerArmin Kuster <akuster808@gmail.com>2022-09-11 13:49:52 -0400
commitad1dcf68b6c1d71c495ca93a0390d24269aa1822 (patch)
tree2d5ba1cb97571ab47f1bb0f931f57f87afac17df /meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
parentcd8d2f689fd03b3ebd345e3df4788f93a83c08f0 (diff)
downloadmeta-openembedded-contrib-ad1dcf68b6c1d71c495ca93a0390d24269aa1822.tar.gz
c-ares: remove custom patches
Current patch is breaking the library dependencies added by cmake especially when you are static linking. Applications need the ws2_32 library to be linked for mingw32 and with the existing patch this is not getting passed to the users. Current patch seems to address this issue: https://github.com/c-ares/c-ares/issues/373 Both issues are resolved in 1.17.2: 1.17.2-r0/git $ find . | grep c-ares-config.cmake.in ./c-ares-config.cmake.in 1.17.2-r0/git $ find . | grep libcares.pc.cmake ./libcares.pc.cmake Conflicts: meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 621bdc1993d2e8da08b9b240043dc13481cd644f) Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> Signed-off-by: Akash Hadke <akash.hadke@kpit.com> Signed-off-by: Armin Kuster <akuster808@gmail.vom>
Diffstat (limited to 'meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb')
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb b/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
index 3c3e27b531..447a1fd770 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
@@ -5,10 +5,7 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
-SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main \
- file://cmake-install-libcares.pc.patch \
- file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \
- "
+SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main"
SRCREV = "6654436a307a5a686b008c1d4c93b0085da6e6d8"
UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"