package/libvpx: add LIBVPX_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 3 Apr 2021 08:55:30 +0000 (10:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Apr 2021 13:56:16 +0000 (15:56 +0200)
cpe:2.3:a:webmproject:libvpx is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libvpx/libvpx.mk

index d5d202a5da830d0701fb0f8f7e27927b8b8d3900..6ad558bc99e5b321d46c6d6aad059870a530424e 100644 (file)
@@ -8,6 +8,7 @@ LIBVPX_VERSION = 1.10.0
 LIBVPX_SITE = $(call github,webmproject,libvpx,v$(LIBVPX_VERSION))
 LIBVPX_LICENSE = BSD-3-Clause
 LIBVPX_LICENSE_FILES = LICENSE PATENTS
+LIBVPX_CPE_ID_VENDOR = webmproject
 LIBVPX_INSTALL_STAGING = YES
 
 # ld is being used with cc options. therefore, pretend ld is cc.