summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb (renamed from meta-oe/recipes-support/exiv2/exiv2_0.28.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.28.2.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb
index faae247998..3e33ab7953 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.28.2.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
5DEPENDS = "zlib expat brotli libinih" 5DEPENDS = "zlib expat brotli libinih"
6 6
7SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x" 7SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x"
8SRCREV = "04207b9c39bf7b3b1a7144f7ed4e4f16b4f29ef6" 8SRCREV = "a6a79ef064f131ffd03c110acce2d3edb84ffa2e"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit cmake gettext 11inherit cmake gettext