Files
poky/meta
Alejandro Hernandez 8333c0a54d bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE
Before we introduced DISTRO_FEATURES_NATIVE on commit:
db1f1adace

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]

(From OE-Core rev: a09184bf47323b63d9548d17cc1e4e694cb605a9)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-10-16 23:53:45 +01:00
..
2017-08-23 12:06:51 +01:00
2016-01-07 13:40:14 +00:00