tools/flex: fix PKG_CPE_ID
cpe:/a:westes:flex is the correct CPE ID for flex: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️westes:flex Fixes:c61a239514(add PKG_CPE_ID ids to package and tools) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> (cherry picked from commit832460b452) Link: https://github.com/openwrt/openwrt/pull/15881 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
c587573710
commit
11b8b62fd8
@@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=flex
|
PKG_NAME:=flex
|
||||||
PKG_CPE_ID:=cpe:/a:flex_project:flex
|
PKG_CPE_ID:=cpe:/a:westes:flex
|
||||||
PKG_VERSION:=2.6.4
|
PKG_VERSION:=2.6.4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user