aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-bpf/Makefile
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-09-19 00:10:03 +0200
committerAlexander Couzens <lynxis@fe80.eu>2023-09-27 22:37:01 +0200
commit1b7d48dc5f5592a833b9a6bc0385b309f00038ab (patch)
tree0d60ebd2b935a543d79f29f21010079d1ab3dfe7 /tools/llvm-bpf/Makefile
parent388d2133926d1a85a423c83b8fcffb0e26b5681f (diff)
downloadupstream-1b7d48dc5f5592a833b9a6bc0385b309f00038ab.tar.gz
upstream-1b7d48dc5f5592a833b9a6bc0385b309f00038ab.tar.bz2
upstream-1b7d48dc5f5592a833b9a6bc0385b309f00038ab.zip
tools: assign PKG_CPE_ID
The PKG_CPE_ID links to NIST CPE version 2.2. Assign PKG_CPE_ID to all remaining tools which have a CPE ID. Not every tool has CPE id. Related: https://github.com/openwrt/packages/issues/8534 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'tools/llvm-bpf/Makefile')
-rw-r--r--tools/llvm-bpf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-bpf/Makefile b/tools/llvm-bpf/Makefile
index 71509511e7..bb3179016c 100644
--- a/tools/llvm-bpf/Makefile
+++ b/tools/llvm-bpf/Makefile
@@ -13,6 +13,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tar.xz
PKG_SOURCE_URL:=https://github.com/llvm/llvm-project/releases/download/llvmorg-$(PKG_VERSION)
PKG_HASH:=8b5fcb24b4128cf04df1b0b9410ce8b1a729cb3c544e6da885d234280dedeac6
+PKG_CPE_ID:=cpe:/a:llvm:llvm
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION).src