diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc b/meta/recipes-devtools/gcc/gcc-shared-source.inc index 03f520b093..7aa1c22bf0 100644 --- a/meta/recipes-devtools/gcc/gcc-shared-source.inc +++ b/meta/recipes-devtools/gcc/gcc-shared-source.inc @@ -19,3 +19,6 @@ do_deploy_source_date_epoch () { cp -p $(dirname ${S})/$sde_file ${SDE_DEPLOYDIR} cp -p $(dirname ${S})/$sde_file ${SDE_FILE} } + +# patch is available via gcc-source recipe +CVE_CHECK_IGNORE += "CVE-2023-4039"