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:
parent
5054410dfa
commit
053adc70c0
|
|
@ -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"
|
||||
Loading…
Reference in New Issue