1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

tools/pkgconf: add PKG_CPE_ID

Add PKG_CPE_ID to track vulnerabilities.

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2023-02-05 14:59:03 +01:00 committed by Hauke Mehrtens
parent 57ad2ea110
commit 6bc675c0be

@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf
PKG_HASH:=daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae
PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/meson.mk