summaryrefslogtreecommitdiffstats
path: root/tools/pkgconf
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-02-05 14:59:03 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-05 22:39:17 +0100
commit6bc675c0bed969303f94bb59310081d92bf2e74a (patch)
treedf575d921ae8f390f871214b98fe61a0625f2f5a /tools/pkgconf
parent57ad2ea110dc3899e87af6c60acf60375c9efa5f (diff)
downloadopenwrt-6bc675c0bed969303f94bb59310081d92bf2e74a.tar.gz
openwrt-6bc675c0bed969303f94bb59310081d92bf2e74a.tar.bz2
openwrt-6bc675c0bed969303f94bb59310081d92bf2e74a.zip
tools/pkgconf: add PKG_CPE_ID
Add PKG_CPE_ID to track vulnerabilities. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/pkgconf')
-rw-r--r--tools/pkgconf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pkgconf/Makefile b/tools/pkgconf/Makefile
index fded7e0fd6..c6e11edaf2 100644
--- a/tools/pkgconf/Makefile
+++ b/tools/pkgconf/Makefile
@@ -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