From 053adc70c02d837b983d38038d13045c202602b8 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 25 Jun 2025 18:34:33 +0200 Subject: [PATCH] meta-digi-dey: remove curl bbappend overriding resolver backend Removed curl_%.bbappend which forced the use of ares over the default threaded-resolver. We did this customization for NetworkManager long ago in the context of network failover. Later we dropped it from NM, but the customization in curl remained. This saves approx. 100KB in the rootfs (libcares.so). Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-support/curl/curl_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta-digi-dey/recipes-support/curl/curl_%.bbappend diff --git a/meta-digi-dey/recipes-support/curl/curl_%.bbappend b/meta-digi-dey/recipes-support/curl/curl_%.bbappend deleted file mode 100644 index 563172d5b..000000000 --- a/meta-digi-dey/recipes-support/curl/curl_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (C) 2017,2018, Digi International Inc. - -# 'ares' and 'threaded-resolver' are mutually exclusive -PACKAGECONFIG:remove:class-target = "threaded-resolver" -PACKAGECONFIG:append:class-target = " ares"