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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2025-06-25 18:34:33 +02:00
parent 5054410dfa
commit 053adc70c0
1 changed files with 0 additions and 5 deletions

View File

@ -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"