From 3f6d66d9840b671cd4cb5beff9353587defca34e Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 3 Sep 2022 17:38:43 +0200 Subject: [PATCH] tools/bc: add PKG_CPE_ID Add CPE ID for tracking CVEs. Signed-off-by: Nick Hainke --- tools/bc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2