mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
libs/libvpx: fix PKG_CPE_ID
There is not a single CVEs under cpe:/a:john_koleszar:libvpx so use cpe:/a:webmproject:libvpx: 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>
This commit is contained in:
committed by
Luiz Angelo Daros de Luca
parent
272cff0d1c
commit
37a60ca934
@@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_CPE_ID:=cpe:/a:john_koleszar:libvpx
|
||||
PKG_CPE_ID:=cpe:/a:webmproject:libvpx
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VERSION))))
|
||||
|
||||
Reference in New Issue
Block a user