summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-03 17:19:21 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:08 -0800
commita651f50385bf177a795f87b7c8b102164ae187bf (patch)
tree8299582db2a81119959ebc20006083086a00b76b /meta-oe/recipes-support
parentbefbbc1bdc33bee35d0f7647dcd074813161e1e9 (diff)
downloadmeta-openembedded-a651f50385bf177a795f87b7c8b102164ae187bf.tar.gz
libraw: upgrade 0.20.2 -> 0.21.1
License-Update: Copyright years changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libraw/libraw_0.21.1.bb (renamed from meta-oe/recipes-support/libraw/libraw_0.20.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb
index 1940864a2..a3bbbe39e 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb
@@ -1,9 +1,9 @@
1SUMMARY = "raw image decoder" 1SUMMARY = "raw image decoder"
2LICENSE = "LGPL-2.1-only | CDDL-1.0" 2LICENSE = "LGPL-2.1-only | CDDL-1.0"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" 3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
4 4
5SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" 5SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
6SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" 6SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig