summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.36.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.36.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.36.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.36.bb b/meta/recipes-core/glibc/glibc_2.36.bb
index c64b65db3e..2db3994cf7 100644
--- a/meta/recipes-core/glibc/glibc_2.36.bb
+++ b/meta/recipes-core/glibc/glibc_2.36.bb
@@ -51,7 +51,9 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
51 file://0023-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \ 51 file://0023-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
52 file://0024-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch \ 52 file://0024-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch \
53 file://0025-Revert-Linux-Implement-a-useful-version-of-_startup_.patch \ 53 file://0025-Revert-Linux-Implement-a-useful-version-of-_startup_.patch \
54 " 54 file://0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch \
55 file://0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch \
56"
55S = "${WORKDIR}/git" 57S = "${WORKDIR}/git"
56B = "${WORKDIR}/build-${TARGET_SYS}" 58B = "${WORKDIR}/build-${TARGET_SYS}"
57 59