diff mbox series

[08/25] package/json-for-modern-cpp: add _CPE_ID_VENDOR

Message ID 20210420201146.42858-8-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series [01/25] package/automake: add _CPE_ID_VENDOR | expand

Commit Message

Matt Weber April 20, 2021, 8:11 p.m. UTC
cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 package/json-for-modern-cpp/json-for-modern-cpp.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/json-for-modern-cpp/json-for-modern-cpp.mk b/package/json-for-modern-cpp/json-for-modern-cpp.mk
index 94cdc909f3..f07322a70f 100644
--- a/package/json-for-modern-cpp/json-for-modern-cpp.mk
+++ b/package/json-for-modern-cpp/json-for-modern-cpp.mk
@@ -13,5 +13,6 @@  JSON_FOR_MODERN_CPP_INSTALL_STAGING = YES
 # header only library
 JSON_FOR_MODERN_CPP_INSTALL_TARGET = NO
 JSON_FOR_MODERN_CPP_CONF_OPTS = -DJSON_BuildTests=OFF -DJSON_MultipleHeaders=ON
+JSON_FOR_MODERN_CPP_CPE_ID_VENDOR = json-for-modern-cpp_project
 
 $(eval $(cmake-package))