[oe] [PATCH] curl: make CURL_FEATURES configurable again

Michael Smith msmith at cbnco.com
Thu Oct 28 18:49:21 UTC 2010


On Thu, 28 Oct 2010, Khem Raj wrote:

> -CURL_FEATURES = ${@['zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp','zlib,gnutls,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp']["${BPN}" == "${PN}"]}
> +CURL_FEATURES ?= "zlib,gnutls,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
> +CURL_FEATURES_virtclass-native = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"

> this change was done for a reason. this will not set correct override 
> for native recipes and we dont want gnutls on native recipe but if you 
> look closely the output then it will enable gnutls because 
> CURL_FEATURES_virtclass-native is ineffective in this case as you 
> already have a weak assignment.

It seems to do the right thing here - CURL_FEATURES_virtclass-native is 
not weak, so in my curl-native config.log, I see --disable-gnutls.

(btw: why do we not want gnutls in curl-native?)

Mike




More information about the Openembedded-devel mailing list