From: Matt Weber Date: Tue, 20 Apr 2021 20:11:23 +0000 (-0500) Subject: package/c-periphery: add _CPE_ID_VENDOR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc6a829abe4c167bfb7f66465da6255e3938af13;p=buildroot.git package/c-periphery: add _CPE_ID_VENDOR cpe:2.3:a:c-periphery_project:c-periphery:* is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:c-periphery_project:c-periphery Signed-off-by: Matthew Weber Signed-off-by: Yann E. MORIN --- diff --git a/package/c-periphery/c-periphery.mk b/package/c-periphery/c-periphery.mk index dcc82f19c0..722679f9f8 100644 --- a/package/c-periphery/c-periphery.mk +++ b/package/c-periphery/c-periphery.mk @@ -9,5 +9,6 @@ C_PERIPHERY_SITE = $(call github,vsergeev,c-periphery,v$(C_PERIPHERY_VERSION)) C_PERIPHERY_INSTALL_STAGING = YES C_PERIPHERY_LICENSE = MIT C_PERIPHERY_LICENSE_FILES = LICENSE +C_PERIPHERY_CPE_ID_VENDOR = c-periphery_project $(eval $(cmake-package))