From: Richard Purdie Date: Tue, 7 Mar 2017 20:10:31 +0000 (+0000) Subject: glibc: Avoid errors if you accidentally create a git symlink in the glibc source dir X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21479 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a1d4ae4df8dd21546b7442e5a3bddca32a4734;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb index cf9c4f71b85..ab6fbbea2a1 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 \