[oe-commits] [openembedded-core] 01/04: glibc: Avoid errors if you accidentally create a git symlink in the glibc source dir

git at git.openembedded.org git at git.openembedded.org
Fri May 12 08:17:21 UTC 2017


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

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

commit 38a1d4ae4df8dd21546b7442e5a3bddca32a4734
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Mar 7 20:10:31 2017 +0000

    glibc: Avoid errors if you accidentally create a git symlink in the glibc source dir
    
    If you accidentally create symlinks in the glibc sources directory, it
    fails in very hard to understand ways. Whilst most people don't do this,
    since I debugged it, specifify the list of plugins we use to avoid
    this biting anyone else.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc_2.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb
index cf9c4f7..ab6fbbe 100644
--- a/meta/recipes-core/glibc/glibc_2.25.bb
+++ b/meta/recipes-core/glibc/glibc_2.25.bb
@@ -73,7 +73,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile \
                 --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons \
+                --enable-add-ons=libidn \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 --enable-obsolete-rpc \

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


More information about the Openembedded-commits mailing list