diff options
Diffstat (limited to 'meta-oe/recipes-support/libraw/libraw_0.21.2.bb')
-rw-r--r-- | meta-oe/recipes-support/libraw/libraw_0.21.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb index 4d089f3b79..01425c6db0 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb | |||
@@ -4,8 +4,10 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f" | |||
4 | 4 | ||
5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https" | 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https" |
6 | SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d" | 6 | SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d" |
7 | S = "${WORKDIR}/git" | ||
8 | 7 | ||
9 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
10 | 9 | ||
11 | DEPENDS = "jpeg jasper lcms" | 10 | DEPENDS = "jpeg jasper lcms" |
11 | |||
12 | CVE_STATUS[CVE-2020-22628] = "cpe-incorrect: The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2" | ||
13 | CVE_STATUS[CVE-2023-1729] = "cpe-incorrect: The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2" | ||