summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc_2.37.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.37.bb b/meta/recipes-core/glibc/glibc_2.37.bb
index f299a3004a..31c94929b9 100644
--- a/meta/recipes-core/glibc/glibc_2.37.bb
+++ b/meta/recipes-core/glibc/glibc_2.37.bb
@@ -19,6 +19,9 @@ CVE_CHECK_IGNORE += "CVE-2019-1010025"
19# This has been integrated into the 2.36 branch as of c399271 so is now fixed 19# This has been integrated into the 2.36 branch as of c399271 so is now fixed
20CVE_CHECK_IGNORE += "CVE-2022-39046" 20CVE_CHECK_IGNORE += "CVE-2022-39046"
21 21
22# This is integrated into the 2.37 branch as of 07b9521fc6
23CVE_CHECK_IGNORE += "CVE-2023-25139"
24
22DEPENDS += "gperf-native bison-native" 25DEPENDS += "gperf-native bison-native"
23 26
24NATIVESDKFIXES ?= "" 27NATIVESDKFIXES ?= ""