]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 9 Oct 2017 18:42:40 +0000 (11:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:53:39 +0000 (23:53 +0100)
commita09184bf47323b63d9548d17cc1e4e694cb605a9
treef68933c574f818dabb2d6f5b140c965ad3eceb7e
parentbdc71968923941b0720d34a5ce06d82ab2a63b4f
bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE

Before we introduced DISTRO_FEATURES_NATIVE on commit:
db1f1adace58763c35774e3fdfeaac5c3ca646fd

ipv6 was enabled by default on DISTRO_FEATURES via DISTRO_FEATURES_LIBC
hence for example python-native was built with ipv6 support.

After this, ipv6 was automatically disabled on DISTRO_FEATURES.

On some packages (python) this may cause errors when they try to download
something on their do_compile stage.

This patch adds ipv6 to DISTRO_FEATURES_NATIVE leaving it as it was
before, to avoid errors like the one mentioned above

[YOCTO #11978]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf