Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/libqmi: add _CPE_ID_VENDOR
@ 2021-04-21  1:20 Matt Weber
  2021-04-21  1:20 ` [Buildroot] [PATCH v2 2/2] support/scripts/pkg-stats: add CPE searching links Matt Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matt Weber @ 2021-04-21  1:20 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libqmi_project:libqmi:* is a valid CPE identifier for this package:

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

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

---
v2 - added SOB and moved variable assignment under license files
---
 package/libqmi/libqmi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
index 4b430d11f8..6fc6d4a50d 100644
--- a/package/libqmi/libqmi.mk
+++ b/package/libqmi/libqmi.mk
@@ -9,6 +9,7 @@ LIBQMI_SITE = http://www.freedesktop.org/software/libqmi
 LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
 LIBQMI_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
 LIBQMI_LICENSE_FILES = COPYING COPYING.LIB
+LIBQMI_CPE_ID_VENDOR = libqmi_project
 LIBQMI_INSTALL_STAGING = YES
 
 LIBQMI_DEPENDENCIES = libglib2
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-26 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-21  1:20 [Buildroot] [PATCH v2 1/2] package/libqmi: add _CPE_ID_VENDOR Matt Weber
2021-04-21  1:20 ` [Buildroot] [PATCH v2 2/2] support/scripts/pkg-stats: add CPE searching links Matt Weber
2021-04-21 21:09   ` Matthew Weber
2021-04-25 20:34 ` [Buildroot] [PATCH v2 1/2] package/libqmi: add _CPE_ID_VENDOR Yann E. MORIN
2021-04-26 21:00 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox