[Buildroot] [git commit branch/2021.02.x] package/cmake: add _CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Mon Apr 26 12:59:22 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d8504c61e469bb60103c08739b5bc3eb643f4229
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:cmake_project:cmake:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cmake_project:cmake

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 12bd42734015226701d001f2575edc8b843ea35f)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/cmake/cmake.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 1f30736023..a3015fabfd 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -9,6 +9,7 @@ CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
 CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3-Clause
 CMAKE_LICENSE_FILES = Copyright.txt
+CMAKE_CPE_ID_VENDOR = cmake_project
 
 # CMake is a particular package:
 # * CMake can be built using the generic infrastructure or the cmake one.


More information about the buildroot mailing list