From: Fabrice Fontaine Date: Sun, 17 Jan 2021 15:57:46 +0000 (+0100) Subject: package/powerpc-utils: set POWERPC_UTILS_CPE_ID_VALID X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8591a033276d408f4805717d8d853dd9940fb6f;p=buildroot.git package/powerpc-utils: set POWERPC_UTILS_CPE_ID_VALID cpe:2.3:a:powerpc-utils_project:powerpc-utils is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apowerpc-utils_project%3Apowerpc-utils Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/powerpc-utils/powerpc-utils.mk b/package/powerpc-utils/powerpc-utils.mk index cd96435a78..2f8b7d3b96 100644 --- a/package/powerpc-utils/powerpc-utils.mk +++ b/package/powerpc-utils/powerpc-utils.mk @@ -10,6 +10,7 @@ POWERPC_UTILS_DEPENDENCIES = zlib POWERPC_UTILS_AUTORECONF = YES POWERPC_UTILS_LICENSE = GPL-2.0+ POWERPC_UTILS_LICENSE_FILES = COPYING +POWERPC_UTILS_CPE_ID_VALID = YES POWERPC_UTILS_CONF_ENV = \ ax_cv_check_cflags___fstack_protector_all=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)