summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libraw/libraw_0.21.2.bb (renamed from meta-oe/recipes-support/libraw/libraw_0.21.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.1.bb b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb
index a3bbbe39ef..4d089f3b79 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.21.1.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "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=1501ae0aa3c8544e63f08d6f7bf88a6f" 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=0.21-stable;protocol=https"
6SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7" 6SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig