summaryrefslogtreecommitdiffstats
path: root/tools/bc
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-03 17:38:43 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-09-06 16:35:02 +0100
commit3f6d66d9840b671cd4cb5beff9353587defca34e (patch)
tree336c302eee6c5bd8a7cfec3b295b5273288d7974 /tools/bc
parentf9a502c72191dc4d534f9550a926a569dd113a3b (diff)
downloadopenwrt-3f6d66d9840b671cd4cb5beff9353587defca34e.tar.gz
openwrt-3f6d66d9840b671cd4cb5beff9353587defca34e.tar.bz2
openwrt-3f6d66d9840b671cd4cb5beff9353587defca34e.zip
tools/bc: add PKG_CPE_ID
Add CPE ID for tracking CVEs. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/bc')
-rw-r--r--tools/bc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bc/Makefile b/tools/bc/Makefile
index 73dbdab49e..dc021024cd 100644
--- a/tools/bc/Makefile
+++ b/tools/bc/Makefile
@@ -17,6 +17,7 @@ PKG_SOURCE_URL:=https://alpha.gnu.org/gnu/bc \
PKG_HASH:=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
PKG_FIXUP := autoreconf
+PKG_CPE_ID:=cpe:/a:gnu:bc
include $(INCLUDE_DIR)/host-build.mk