From 9ef5330b24ba0092a2e74afd174539db10d0dba1 Mon Sep 17 00:00:00 2001 From: Lee Chee Yang Date: Mon, 25 Sep 2023 10:50:25 +0800 Subject: openmp: convert CVE_CHECK_IGNORE to CVE_STATUS Signed-off-by: Lee Chee Yang --- recipes-devtools/clang/openmp_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index eb82074..865dbe6 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -61,5 +61,4 @@ COMPATIBLE_HOST:powerpc = "null" BBCLASSEXTEND = "native nativesdk" -# This appears to be specific to the Intel distribution before 2022.1 -CVE_CHECK_IGNORE += "CVE-2022-26345" +CVE_STATUS[CVE-2022-26345] = "cpe-incorrect: specific to the Intel distribution before 2022.1" -- cgit v1.2.3-54-g00ecf