[Buildroot] [PATCH 1/1] package/oprofile: add OPROFILE_CPE_ID_VENDOR

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun May 23 13:52:14 UTC 2021


cpe:2.3:a:maynard_johnson:oprofile is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/oprofile/oprofile.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index 50693ddd1e..85bc4efa9b 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -8,6 +8,7 @@ OPROFILE_VERSION = 1.4.0
 OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION)
 OPROFILE_LICENSE = GPL-2.0+
 OPROFILE_LICENSE_FILES = COPYING
+OPROFILE_CPE_ID_VENDOR = maynard_johnson
 OPROFILE_CONF_OPTS = \
 	--disable-account-check \
 	--enable-gui=no \
-- 
2.30.2



More information about the buildroot mailing list