diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-13 21:59:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-16 07:54:38 +0100 |
commit | 0a8e0691e04684823fa69b60046a6c85604c730b (patch) | |
tree | db8e7d243dab23d1b5f038158d38859ada850a77 /meta/recipes-core/glibc | |
parent | 69f402ad7bf9c6321661134da49c4f20eb11aa40 (diff) | |
download | poky-0a8e0691e04684823fa69b60046a6c85604c730b.tar.gz |
glibc: Drop --enable-tunables
Its removed and is implicit default in 2.38+ [1]
[1] https://mail.gnu.org/archive/html/info-gnu/2023-07/msg00010.html
(From OE-Core rev: e2af021f5b918c619396eecb20fa30a71cf5e776)
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.38.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.38.bb b/meta/recipes-core/glibc/glibc_2.38.bb index 94bff8f448..c02730bcb5 100644 --- a/meta/recipes-core/glibc/glibc_2.38.bb +++ b/meta/recipes-core/glibc/glibc_2.38.bb | |||
@@ -70,7 +70,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | |||
70 | --enable-clocale=gnu \ | 70 | --enable-clocale=gnu \ |
71 | --with-headers=${STAGING_INCDIR} \ | 71 | --with-headers=${STAGING_INCDIR} \ |
72 | --without-selinux \ | 72 | --without-selinux \ |
73 | --enable-tunables \ | ||
74 | --enable-bind-now \ | 73 | --enable-bind-now \ |
75 | --enable-stack-protector=strong \ | 74 | --enable-stack-protector=strong \ |
76 | --disable-crypt \ | 75 | --disable-crypt \ |