summaryrefslogtreecommitdiffstats
path: root/tools/lz4
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-09-19 00:10:03 +0200
committerAlexander Couzens <lynxis@fe80.eu>2023-09-19 20:21:33 +0200
commit02f86a0765279918b54d1d51fe1926db213aeb2a (patch)
tree60d3077913626e25b1999e1f36086428bd89ef2f /tools/lz4
parent8572007f900746cbe012379b421e258b1b22e4a4 (diff)
downloadopenwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.tar.gz
openwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.tar.bz2
openwrt-02f86a0765279918b54d1d51fe1926db213aeb2a.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/lz4')
-rw-r--r--tools/lz4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lz4/Makefile b/tools/lz4/Makefile
index 8f12ca93e6..cf1738a52f 100644
--- a/tools/lz4/Makefile
+++ b/tools/lz4/Makefile
@@ -16,6 +16,7 @@ PKG_HASH:=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE lib/LICENSE
+PKG_CPE_ID:=cpe:/a:lz4_project:lz4
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/meson.mk