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

2017-09-26 Thread Alejandro Hernandez
On 09/26/2017 12:25 PM, Burton, Ross wrote: On 26 September 2017 at 18:23, Alejandro Hernandez > wrote: Using EXTRA_OECONF_append gets added to the correct EXTRA_OECONF_class- correctly, otherwise its disregarded. I guess the subtext

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

2017-09-26 Thread Burton, Ross
On 26 September 2017 at 18:23, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Using EXTRA_OECONF_append gets added to the correct > EXTRA_OECONF_class- correctly, otherwise its disregarded. > > I guess the subtext was +EXTRA_OECONF_class-native = "\ + --enable-ipv6=${@bb.uti

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

2017-09-26 Thread Alejandro Hernandez
Hey Ross, On 09/26/2017 12:16 PM, Burton, Ross wrote: On 26 September 2017 at 17:56, Alejandro Hernandez > wrote: This patch fixes the implementation of EXTRA_OECONF to get the ipv6 configuration correctly (whether were building for native o

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

2017-09-26 Thread Burton, Ross
On 26 September 2017 at 17:56, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > This patch fixes the implementation of EXTRA_OECONF to get the ipv6 > configuration correctly (whether were building for native or target), > and it also modifies DISTRO_FEATURES_NATIVE to add ipv6 b

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

2017-09-26 Thread Alejandro Hernandez
Before we introduced DISTRO_FEATURES_NATIVE on commit: db1f1adace58763c35774e3fdfeaac5c3ca646fd ipv6 was enabled by default on DISTRO_FEATURES via DISTRO_FEATURES_LIBC hence python-native was built with ipv6 support. After this, the check for ipv6 on DISTRO_FEATURES stopped working for the python