From a651f50385bf177a795f87b7c8b102164ae187bf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Nov 2023 17:19:21 -0700 Subject: libraw: upgrade 0.20.2 -> 0.21.1 License-Update: Copyright years changed Signed-off-by: Khem Raj --- meta-oe/recipes-support/libraw/libraw_0.20.2.bb | 11 ----------- meta-oe/recipes-support/libraw/libraw_0.21.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-support/libraw/libraw_0.20.2.bb create mode 100644 meta-oe/recipes-support/libraw/libraw_0.21.1.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb deleted file mode 100644 index 1940864a2..000000000 --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "raw image decoder" -LICENSE = "LGPL-2.1-only | CDDL-1.0" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" - -SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" -SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -DEPENDS = "jpeg jasper lcms" diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.1.bb b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb new file mode 100644 index 000000000..a3bbbe39e --- /dev/null +++ b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb @@ -0,0 +1,11 @@ +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=master;protocol=https" +SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +DEPENDS = "jpeg jasper lcms" -- cgit v1.2.3-54-g00ecf