summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-07 20:10:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-12 09:07:11 +0100
commit38a1d4ae4df8dd21546b7442e5a3bddca32a4734 (patch)
tree13c7e8f0288c486a3339e68f7dd333cea5169fe2 /meta/recipes-core/glibc
parentfb3b160a6bf20a601d6cecf3f06a2b71c03fa91f (diff)
downloadopenembedded-core-38a1d4ae4df8dd21546b7442e5a3bddca32a4734.tar.gz
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.25.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb
index cf9c4f71b8..ab6fbbea2a 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 \