From: Richard Purdie Date: Wed, 12 May 2021 22:45:11 +0000 (+0100) Subject: librsvg: Exclude CVE-2018-1000041 from cve-check X-Git-Tag: 2020-04.8-dunfell~17 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9b214d503f3237fa7cd96c20686e610b09994823;p=openembedded-core.git librsvg: Exclude CVE-2018-1000041 from cve-check Issue only affects windows. Signed-off-by: Richard Purdie (cherry picked from commit a90d3b056992346003d96765fc8639f5235cca55) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb index 237aec6062..ef1dae0a69 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb @@ -25,6 +25,9 @@ SRC_URI += "file://gtk-option.patch \ SRC_URI[archive.sha256sum] = "f7628905f1cada84e87e2b14883ed57d8094dca3281d5bcb24ece4279e9a92ba" +# Issue only on windows +CVE_CHECK_WHITELIST += "CVE-2018-1000041" + CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" PACKAGECONFIG ??= "gdkpixbuf"