From: Nick Hainke Date: Sat, 3 Sep 2022 15:38:43 +0000 (+0200) Subject: tools/bc: add PKG_CPE_ID X-Git-Tag: v23.05.0-rc1~2584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6d66d9840b671cd4cb5beff9353587defca34e;p=thirdparty%2Fopenwrt.git tools/bc: add PKG_CPE_ID Add CPE ID for tracking CVEs. Signed-off-by: Nick Hainke --- diff --git a/tools/bc/Makefile b/tools/bc/Makefile index 73dbdab49ed..dc021024cd9 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