[Buildroot] [PATCH 11/25] package/libnl: add _CPE_ID_VENDOR

Matt Weber matthew.weber at rockwellcollins.com
Tue Apr 20 20:11:32 UTC 2021


cpe:2.3:a:libnl_project:libnl:* is a valid CPE identifier for this package:

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

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
---
 package/libnl/libnl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index 795dfc2316..1deab7f8cb 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -10,6 +10,7 @@ LIBNL_LICENSE = LGPL-2.1+
 LIBNL_LICENSE_FILES = COPYING
 LIBNL_INSTALL_STAGING = YES
 LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
+LIBNL_CPE_ID_VENDOR = libnl_project
 
 ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
 LIBNL_CONF_OPTS += --enable-cli
-- 
2.17.1




More information about the buildroot mailing list