summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.31.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-26 11:27:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-27 16:48:09 +0000
commit81437a813ff18ac95cb5fdcc7e40dd9a98678707 (patch)
tree3b4f012e7cee70c5a6320a008e9514f363f5096e /meta/recipes-core/glibc/glibc_2.31.bb
parent176d1c0169b84978648230ab98cf966640ae8ce0 (diff)
downloadpoky-81437a813ff18ac95cb5fdcc7e40dd9a98678707.tar.gz
glibc: Update to final 2.31 release
Drop ppc 8xx clear cache optimization, which we have been carrying through eglibc days, it has been redone in glibc now (From OE-Core rev: 5c48e655cbd9a45d43c37602db8e09e2e91d2722) 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.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}"