mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libnss: add CPE variables
cpe:2.3:a:mozilla:nss is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Amozilla%3Anss
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 47f3f8a1c8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a77f4e255c
commit
636fa58b72
@@ -12,6 +12,8 @@ LIBNSS_INSTALL_STAGING = YES
|
||||
LIBNSS_DEPENDENCIES = libnspr sqlite zlib
|
||||
LIBNSS_LICENSE = MPL-2.0
|
||||
LIBNSS_LICENSE_FILES = nss/COPYING
|
||||
LIBNSS_CPE_ID_VENDOR = mozilla
|
||||
LIBNSS_CPE_ID_PRODUCT = nss
|
||||
|
||||
LIBNSS_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user