summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libraw/libraw_0.20.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
index 1940864a20..d842501ab4 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
@@ -9,3 +9,6 @@ S = "${WORKDIR}/git"
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11DEPENDS = "jpeg jasper lcms" 11DEPENDS = "jpeg jasper lcms"
12
13# The fix is already included in the current versin (0.20.2)
14CVE_CHECK_IGNORE += "CVE-2020-35530"