summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.38.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.38.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.38.bb b/meta/recipes-core/glibc/glibc_2.38.bb
index c02730bcb5..32ccb888f0 100644
--- a/meta/recipes-core/glibc/glibc_2.38.bb
+++ b/meta/recipes-core/glibc/glibc_2.38.bb
@@ -50,6 +50,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
50 file://0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch \ 50 file://0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch \
51 file://0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \ 51 file://0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
52 file://0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch \ 52 file://0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch \
53 file://0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch \
53" 54"
54S = "${WORKDIR}/git" 55S = "${WORKDIR}/git"
55B = "${WORKDIR}/build-${TARGET_SYS}" 56B = "${WORKDIR}/build-${TARGET_SYS}"
@@ -86,6 +87,7 @@ EXTRA_OECONF:append:x86 = " ${@bb.utils.contains_any('TUNE_FEATURES', 'i586 c3',
86EXTRA_OECONF:append:x86-64 = " --enable-cet" 87EXTRA_OECONF:append:x86-64 = " --enable-cet"
87 88
88PACKAGECONFIG ??= "nscd memory-tagging" 89PACKAGECONFIG ??= "nscd memory-tagging"
90
89PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" 91PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
90PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" 92PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging"
91 93