summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-26 18:27:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 13:21:54 +0000
commit9d973d3b4ed8d2ce3c8997dc21603a0952e7ef0e (patch)
treed82567893852c0134a574f1c45ce7db7b90c2fd0 /meta/recipes-core/glibc
parent561ff52c516990c769681446c22d516eb6b91461 (diff)
downloadpoky-9d973d3b4ed8d2ce3c8997dc21603a0952e7ef0e.tar.gz
default-distrovars: Drop DISTRO_FEATURES_LIBC
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed (From OE-Core rev: c62b1cc06613a4cdddf53290e6203559f43fc62d) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.29.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.29.bb b/meta/recipes-core/glibc/glibc_2.29.bb
index beddbffee2..bd8aa6d503 100644
--- a/meta/recipes-core/glibc/glibc_2.29.bb
+++ b/meta/recipes-core/glibc/glibc_2.29.bb
@@ -89,12 +89,11 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
89 --enable-stackguard-randomization \ 89 --enable-stackguard-randomization \
90 --disable-crypt \ 90 --disable-crypt \
91 --with-default-link \ 91 --with-default-link \
92 --enable-nscd \
92 ${GLIBCPIE} \ 93 ${GLIBCPIE} \
93 ${GLIBC_EXTRA_OECONF}" 94 ${GLIBC_EXTRA_OECONF}"
94 95
95EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" 96EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
96EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-inet-anl', '--enable-nscd', '--disable-nscd', d)}"
97
98 97
99do_patch_append() { 98do_patch_append() {
100 bb.build.exec_func('do_fix_readlib_c', d) 99 bb.build.exec_func('do_fix_readlib_c', d)