diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-07 20:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:28 +0100 |
commit | 0d245c8cfb9d23b56a5cf4f617c662ede81e95e3 (patch) | |
tree | a146ee0e25a898b67d686cd3dd7c5e19d04770cf /meta | |
parent | 558807cc30922dbcabe732662ab7f5230a7b3843 (diff) | |
download | poky-0d245c8cfb9d23b56a5cf4f617c662ede81e95e3.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.
(From OE-Core rev: 38a1d4ae4df8dd21546b7442e5a3bddca32a4734)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.25.bb | 2 |
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} \ | |||
73 | --without-cvs --disable-profile \ | 73 | --without-cvs --disable-profile \ |
74 | --disable-debug --without-gd \ | 74 | --disable-debug --without-gd \ |
75 | --enable-clocale=gnu \ | 75 | --enable-clocale=gnu \ |
76 | --enable-add-ons \ | 76 | --enable-add-ons=libidn \ |
77 | --with-headers=${STAGING_INCDIR} \ | 77 | --with-headers=${STAGING_INCDIR} \ |
78 | --without-selinux \ | 78 | --without-selinux \ |
79 | --enable-obsolete-rpc \ | 79 | --enable-obsolete-rpc \ |