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.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb
index e8e11f5438..3d486fbb59 100644
--- a/meta/recipes-core/glibc/glibc_2.31.bb
+++ b/meta/recipes-core/glibc/glibc_2.31.bb
@@ -1,7 +1,7 @@
1require glibc.inc 1require glibc.inc
2require glibc-version.inc 2require glibc-version.inc
3 3
4CVE_CHECK_WHITELIST += "CVE-2020-10029" 4CVE_CHECK_WHITELIST += "CVE-2020-10029 CVE-2020-6096 CVE-2016-10228 CVE-2020-1751 CVE-2020-1752"
5 5
6DEPENDS += "gperf-native bison-native make-native" 6DEPENDS += "gperf-native bison-native make-native"
7 7
@@ -28,7 +28,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
28 file://0013-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch \ 28 file://0013-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch \
29 file://0014-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch \ 29 file://0014-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch \
30 file://0015-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch \ 30 file://0015-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch \
31 file://0016-Add-unused-attribute.patch \
32 file://0017-yes-within-the-path-sets-wrong-config-variables.patch \ 31 file://0017-yes-within-the-path-sets-wrong-config-variables.patch \
33 file://0018-timezone-re-written-tzselect-as-posix-sh.patch \ 32 file://0018-timezone-re-written-tzselect-as-posix-sh.patch \
34 file://0019-Remove-bash-dependency-for-nscd-init-script.patch \ 33 file://0019-Remove-bash-dependency-for-nscd-init-script.patch \
@@ -42,8 +41,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
42 file://0027-intl-Emit-no-lines-in-bison-generated-files.patch \ 41 file://0027-intl-Emit-no-lines-in-bison-generated-files.patch \
43 file://0028-inject-file-assembly-directives.patch \ 42 file://0028-inject-file-assembly-directives.patch \
44 file://0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ 43 file://0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \
45 file://CVE-2020-6096.patch \
46 file://CVE-2020-6096_2.patch \
47 " 44 "
48S = "${WORKDIR}/git" 45S = "${WORKDIR}/git"
49B = "${WORKDIR}/build-${TARGET_SYS}" 46B = "${WORKDIR}/build-${TARGET_SYS}"