summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.28.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-08 10:04:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 09:44:33 +0100
commitfddb23c3106d0d6e5d41a7933298ebb11744cf05 (patch)
treeff7bd1c49cc881e5652716b2b32a3d4070dbdfb5 /meta/recipes-core/glibc/glibc_2.28.bb
parent5601ae14d13ef66329ba9746f9dc378986dbabe2 (diff)
downloadpoky-fddb23c3106d0d6e5d41a7933298ebb11744cf05.tar.gz
glibc: Disable crypt support in glibc
Drop packaging libcrypt from 2.28+ onwards We have independent crypt implementation coming from libxcrypt (From OE-Core rev: 6146b8c4216daf56a69f4e3531861302df6a63a2) 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/glibc_2.28.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.28.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb
index 086daed04c..906e6c2b62 100644
--- a/meta/recipes-core/glibc/glibc_2.28.bb
+++ b/meta/recipes-core/glibc/glibc_2.28.bb
@@ -83,6 +83,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
83 --enable-bind-now \ 83 --enable-bind-now \
84 --enable-stack-protector=strong \ 84 --enable-stack-protector=strong \
85 --enable-stackguard-randomization \ 85 --enable-stackguard-randomization \
86 --disable-crypt \
86 ${GLIBCPIE} \ 87 ${GLIBCPIE} \
87 ${GLIBC_EXTRA_OECONF}" 88 ${GLIBC_EXTRA_OECONF}"
88 89