Skip to content
Snippets Groups Projects
Commit 6b39170c authored by Fabrice Fontaine's avatar Fabrice Fontaine Committed by Hauke Mehrtens
Browse files

toolchain/nasm: fix PKG_CPE_ID

cpe:/a:nasm:netwide_assembler is the correct CPE ID for nasm:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:nasm:netwide_assembler



Fixes: bcf02c5d3123a99c717ca33f1d7c6250acf0f33f (toolchain: assign PKG_CPE_ID)

Signed-off-by: default avatarFabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit e1ca08518e96ccf088119fbc9930c5e4beef86cc)
Link: https://github.com/openwrt/openwrt/pull/15881


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 11b8b62f
No related branches found
No related tags found
1 merge request!433Merge OpenWrt tag 'v23.05.4' into devel
......@@ -10,7 +10,7 @@ PKG_VERSION:=2.16.01
PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
PKG_CPE_ID:=cpe:/a:nasm:nasm
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler
HOST_BUILD_PARALLEL:=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment