From: Peter Marko Date: Sun, 24 Aug 2025 16:55:23 +0000 (+0200) Subject: openmp: add openmp to CVE_PRODUCT X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba94d5f1756647ce9d4ddd664bdf6fc975f952cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/clang/openmp_git.bb b/meta/recipes-devtools/clang/openmp_git.bb index cc0c7fbcd4c..2d86718dee6 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"