[OE-core] [PATCH] python-native: Build with ipv6 enabled

Burton, Ross ross.burton at intel.com
Tue Sep 26 17:25:27 UTC 2017


On 26 September 2017 at 18:23, Alejandro Hernandez <
alejandro.hernandez at linux.intel.com> wrote:

> Using EXTRA_OECONF_append gets added to the correct
> EXTRA_OECONF_class-<target/natve> correctly, otherwise its disregarded.
>
>
I guess the subtext was

+EXTRA_OECONF_class-native = "\
+  --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'ipv6',
'yes', 'no', d)} \


That is totally wrong.  In a native recipe, DISTRO_FEATURES has been
altered based on DISTRO_FEATURES_NATIVE.  You don't need to make other
changes, and I suspect that reverting this chunk means the other chunks can
also be reverted.

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


More information about the Openembedded-core mailing list