summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/openmp_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index b20ebf5..eb82074 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -60,3 +60,6 @@ COMPATIBLE_HOST:riscv32 = "null"
60COMPATIBLE_HOST:powerpc = "null" 60COMPATIBLE_HOST:powerpc = "null"
61 61
62BBCLASSEXTEND = "native nativesdk" 62BBCLASSEXTEND = "native nativesdk"
63
64# This appears to be specific to the Intel distribution before 2022.1
65CVE_CHECK_IGNORE += "CVE-2022-26345"