diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2023-09-19 00:10:03 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2023-09-19 20:21:33 +0200 |
commit | 02f86a0765279918b54d1d51fe1926db213aeb2a (patch) | |
tree | 60d3077913626e25b1999e1f36086428bd89ef2f /tools/gmp/Makefile | |
parent | 8572007f900746cbe012379b421e258b1b22e4a4 (diff) |
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/gmp/Makefile')
-rw-r--r-- | tools/gmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index cfd6e30e04..c48069dd7b 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -12,6 +12,7 @@ PKG_VERSION:=6.2.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gmp/ PKG_HASH:=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2 +PKG_CPE_ID:=cpe:/a:gmplib:gmp HOST_FIXUP:=autoreconf |