[oe-commits] [openembedded-core] branch master updated: bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE

git at git.openembedded.org git at git.openembedded.org
Mon Oct 16 22:54:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new a09184b  bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE
a09184b is described below

commit a09184bf47323b63d9548d17cc1e4e694cb605a9
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Mon Oct 9 11:42:40 2017 -0700

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4fba9d6..9696273 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -807,7 +807,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
 
 # Native distro features (will always be used for -native, even if they
 # are not enabled for target)
-DISTRO_FEATURES_NATIVE ?= "x11"
+DISTRO_FEATURES_NATIVE ?= "x11 ipv6"
 DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code"
 
 # Normally target distro features will not be applied to native builds:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list