aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sed
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/sed
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/sed')
-rw-r--r--tools/sed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 5cc15a3397..49cbc72e6e 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -12,6 +12,8 @@ PKG_VERSION:=4.9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_HASH:=6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
+PKG_CPE_ID:=cpe:/a:gnu:sed
+
export SED:=
HOST_BUILD_PARALLEL:=1