From ba94d5f1756647ce9d4ddd664bdf6fc975f952cd Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 24 Aug 2025 18:55:23 +0200 Subject: [PATCH] openmp: add openmp to CVE_PRODUCT Currently CVE_PRODUCT is set to llvm:llvm from common.inc. There is historical entry for openmp in the DB. This entry is ignored, but it shows that there can also be future ones. Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/clang/openmp_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/clang/openmp_git.bb b/meta/recipes-devtools/clang/openmp_git.bb index cc0c7fbcd4..2d86718dee 100644 --- a/meta/recipes-devtools/clang/openmp_git.bb +++ b/meta/recipes-devtools/clang/openmp_git.bb @@ -9,6 +9,7 @@ require common-clang.inc require common-source.inc BPN = "openmp" +CVE_PRODUCT += "openmp" LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" -- 2.47.3