summaryrefslogtreecommitdiffstats
path: root/tools/zip/Makefile
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-09-19 00:10:03 +0200
committerArne Zachlod <arne@nerdkeller.org>2023-09-27 17:23:27 +0200
commitddc361f1a62e53e492df31ded4453662c57434b1 (patch)
treec4401c8877ec6535df9409eca7de6f244ba69fa9 /tools/zip/Makefile
parent9431f3625bc6831e775c1bb820a3a3caacb26f03 (diff)
downloadopenwrt-ddc361f1a62e53e492df31ded4453662c57434b1.tar.gz
openwrt-ddc361f1a62e53e492df31ded4453662c57434b1.tar.bz2
openwrt-ddc361f1a62e53e492df31ded4453662c57434b1.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/zip/Makefile')
-rw-r--r--tools/zip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/zip/Makefile b/tools/zip/Makefile
index 7dd81a1b8b..4490cf9213 100644
--- a/tools/zip/Makefile
+++ b/tools/zip/Makefile
@@ -17,6 +17,7 @@ PKG_HASH:=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
PKG_LICENSE:=BSD-4-Clause
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:zip_project:zip
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/zip$(PKG_REV)
HOST_BUILD_PARALLEL:=1