summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.31.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.31.bb19
1 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb
index b8c570db52..3dec43e537 100644
--- a/meta/recipes-core/glibc/glibc_2.31.bb
+++ b/meta/recipes-core/glibc/glibc_2.31.bb
@@ -32,16 +32,15 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
32 file://0019-Remove-bash-dependency-for-nscd-init-script.patch \ 32 file://0019-Remove-bash-dependency-for-nscd-init-script.patch \
33 file://0020-eglibc-Cross-building-and-testing-instructions.patch \ 33 file://0020-eglibc-Cross-building-and-testing-instructions.patch \
34 file://0021-eglibc-Help-bootstrap-cross-toolchain.patch \ 34 file://0021-eglibc-Help-bootstrap-cross-toolchain.patch \
35 file://0022-eglibc-Clear-cache-lines-on-ppc8xx.patch \ 35 file://0022-eglibc-Resolve-__fpscr_values-on-SH4.patch \
36 file://0023-eglibc-Resolve-__fpscr_values-on-SH4.patch \ 36 file://0023-eglibc-Forward-port-cross-locale-generation-support.patch \
37 file://0024-eglibc-Forward-port-cross-locale-generation-support.patch \ 37 file://0024-Define-DUMMY_LOCALE_T-if-not-defined.patch \
38 file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \ 38 file://0025-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch \
39 file://0026-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch \ 39 file://0026-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch \
40 file://0027-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch \ 40 file://0027-intl-Emit-no-lines-in-bison-generated-files.patch \
41 file://0028-intl-Emit-no-lines-in-bison-generated-files.patch \ 41 file://0028-inject-file-assembly-directives.patch \
42 file://0029-inject-file-assembly-directives.patch \ 42 file://0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \
43 file://0030-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ 43 file://0030-Refactor-FORTIFY-in-glibc.patch \
44 file://0031-Refactor-FORTIFY-in-glibc.patch \
45 " 44 "
46S = "${WORKDIR}/git" 45S = "${WORKDIR}/git"
47B = "${WORKDIR}/build-${TARGET_SYS}" 46B = "${WORKDIR}/build-${TARGET_SYS}"