mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 02:39:52 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
625 B
BlitzBasic
14 lines
625 B
BlitzBasic
SUMMARY = "raw image decoder"
|
|
LICENSE = "LGPL-2.1-only | CDDL-1.0"
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
|
|
|
|
SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https"
|
|
SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = "jpeg jasper lcms"
|
|
|
|
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"
|
|
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"
|