On 25 May 2017 at 03:18, Huang Qiyu <[email protected]> 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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core