[OE-core] [PATCH v2] curl: fix libssl error for ARMv8

Burton, Ross ross.burton at intel.com
Thu May 25 11:49:50 UTC 2017


On 25 May 2017 at 03:18, Huang Qiyu <huangqy.fnst at cn.fujitsu.com> wrote:

> +PACKAGECONFIG_aarch64 ??= "${@bb.utils.contains("DISTRO_FEATURES",
> "ipv6", "ipv6", "", d)} ssl proxy zlib"
>

So this is a gnutls bug?  Have you filed it upstream or attempted to
root-cause it?

As you cant do ??= with overrides, a neater way would be:

PACKAGECONFG_append_aarch64 = " ssl"
PACKAGECONFG_remove_aarch64 = "gnutls"

(with a comment in the recipe)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170525/834fe72b/attachment-0002.html>


More information about the Openembedded-core mailing list