mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/yasm: add YASM_CPE_ID_VENDOR
cpe:2.3:a:tortall:yasm is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/2E6C9C2F-A057-4083-BC90-095403EF138E
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 17dac57e3e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d353bf9719
commit
611b139e76
@@ -8,6 +8,7 @@ YASM_VERSION = 1.3.0
|
||||
YASM_SITE = http://www.tortall.net/projects/yasm/releases
|
||||
YASM_LICENSE = BSD-2-Clause, BSD-3-Clause, Artistic, GPL-2.0, LGPL-2.0
|
||||
YASM_LICENSE_FILES = COPYING BSD.txt Artistic.txt GNU_GPL-2.0 GNU_LGPL-2.0
|
||||
YASM_CPE_ID_VENDOR = tortall
|
||||
|
||||
# This sed prevents it compiling 2 programs (vsyasm and ytasm)
|
||||
# that are only of use on Microsoft Windows.
|
||||
|
||||
Reference in New Issue
Block a user