summaryrefslogtreecommitdiffstats
path: root/toolchain/nasm/Makefile
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-09-19 00:23:40 +0200
committerArne Zachlod <arne@nerdkeller.org>2023-09-27 16:15:16 +0200
commit1e1d3e4eff5fdd48a1efaf5f6923a0d9d82e28a8 (patch)
tree7dd08b5e5231a780b4f2abd08b91ad168aaeca76 /toolchain/nasm/Makefile
parent9a3ea10d96d8382b49036197d7712ff32260556b (diff)
downloadopenwrt-1e1d3e4eff5fdd48a1efaf5f6923a0d9d82e28a8.tar.gz
openwrt-1e1d3e4eff5fdd48a1efaf5f6923a0d9d82e28a8.tar.bz2
openwrt-1e1d3e4eff5fdd48a1efaf5f6923a0d9d82e28a8.zip
toolchain: assign PKG_CPE_ID
The PKG_CPE_ID links to NIST CPE version 2.2. Assign PKG_CPE_ID to all remaining package which have a CPE ID. Not every package has a CPE id. Related: https://github.com/openwrt/packages/issues/8534 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'toolchain/nasm/Makefile')
-rw-r--r--toolchain/nasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/nasm/Makefile b/toolchain/nasm/Makefile
index 3efcc86203..fc5bc2d2f7 100644
--- a/toolchain/nasm/Makefile
+++ b/toolchain/nasm/Makefile
@@ -9,8 +9,8 @@ PKG_VERSION:=2.14
PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-
PKG_HASH:=97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0
+PKG_CPE_ID:=cpe:/a:nasm:nasm
HOST_BUILD_PARALLEL:=1