]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
openmp: add openmp to CVE_PRODUCT
authorPeter Marko <peter.marko@siemens.com>
Sun, 24 Aug 2025 16:55:23 +0000 (18:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Aug 2025 09:46:23 +0000 (10:46 +0100)
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 <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/openmp_git.bb

index cc0c7fbcd4c39562153342d76d1f73bc2273aecd..2d86718dee6d0e8931cecd50048261b209d88d08 100644 (file)
@@ -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"