All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/tbb: add CPE variables
@ 2022-04-10 20:05 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2022-04-10 20:05 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2759c40df782ca4f936c3dc995a27bf6cb9020b4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:intel:threading_building_blocks is a valid CPE identifier for
this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aintel%3Athreading_building_blocks

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/tbb/tbb.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/tbb/tbb.mk b/package/tbb/tbb.mk
index e5929388a2..87e83551fe 100644
--- a/package/tbb/tbb.mk
+++ b/package/tbb/tbb.mk
@@ -9,6 +9,8 @@ TBB_SITE = $(call github,01org,tbb,$(TBB_VERSION))
 TBB_INSTALL_STAGING = YES
 TBB_LICENSE = Apache-2.0
 TBB_LICENSE_FILES = LICENSE
+TBB_CPE_ID_VENDOR = intel
+TBB_CPE_ID_PRODUCT = threading_building_blocks
 
 TBB_SO_VERSION = 2
 TBB_LIBS = libtbb libtbbmalloc libtbbmalloc_proxy
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-10 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 20:05 [Buildroot] [git commit] package/tbb: add CPE variables Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.