summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-24 18:55:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-28 10:47:08 +0100
commit24253d8818b706053d8916d4f249a9738fcaa061 (patch)
tree2d1a591f85f82f595e0c8c3985fc5926dbcd53af /meta/recipes-devtools
parentec1ae11f7860da56b0692b265b649bfc62907ef1 (diff)
downloadpoky-24253d8818b706053d8916d4f249a9738fcaa061.tar.gz
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. (From OE-Core rev: ba94d5f1756647ce9d4ddd664bdf6fc975f952cd) 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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/clang/openmp_git.bb1
1 files changed, 1 insertions, 0 deletions
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
9require common-source.inc 9require common-source.inc
10 10
11BPN = "openmp" 11BPN = "openmp"
12CVE_PRODUCT += "openmp"
12 13
13LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" 14LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79"
14 15