mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
lang/rust: assign PKG_CPE_ID
cpe:/a:rust-lang:rust is the correct CPE ID for rust: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:rust-lang:rust Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
c65017be6a
commit
fa203c818f
@@ -16,6 +16,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
|
|||||||
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
|
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
|
||||||
PKG_LICENSE:=Apache-2.0 MIT
|
PKG_LICENSE:=Apache-2.0 MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
|
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
|
||||||
|
PKG_CPE_ID:=cpe:/a:rust-lang:rust
|
||||||
|
|
||||||
PKG_HOST_ONLY:=1
|
PKG_HOST_ONLY:=1
|
||||||
PKG_BUILD_FLAGS:=no-mips16
|
PKG_BUILD_FLAGS:=no-mips16
|
||||||
|
|||||||
Reference in New Issue
Block a user