mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/gcc/gcc-final: fix CPE identification
Fix the CPE (Common Platform Enumeration) identification in the gcc-final package to ensure proper vulnerability tracking through the NVD database: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnu:gcc Signed-off-by: Fabien Lehoussel <fabien.lehoussel@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2882cf4ae6
commit
b2801c7bce
@@ -12,6 +12,9 @@ GCC_FINAL_LICENSE_FILES = COPYING.RUNTIME
|
||||
HOST_GCC_FINAL_LICENSE = $(HOST_GCC_LICENSE)
|
||||
HOST_GCC_FINAL_LICENSE_FILES = $(HOST_GCC_LICENSE_FILES)
|
||||
|
||||
GCC_FINAL_CPE_ID_VENDOR = gnu
|
||||
GCC_FINAL_CPE_ID_PRODUCT = gcc
|
||||
|
||||
GCC_FINAL_DEPENDENCIES = host-gcc-final
|
||||
GCC_FINAL_ADD_TOOLCHAIN_DEPENDENCY = NO
|
||||
GCC_FINAL_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user