summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/exiv2
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-09-23 02:10:26 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-22 23:57:50 -0700
commit26321acb6eca2a9fce2506eb3db02b76ee988ef8 (patch)
treef9e9de47f655a1278af7452d466c070824620c87 /meta-oe/recipes-support/exiv2
parentf14681d981d054f11bf05d790be1dd937c39b586 (diff)
downloadmeta-openembedded-26321acb6eca2a9fce2506eb3db02b76ee988ef8.tar.gz
exiv2: Upgrade 0.27.6 -> 0.28.0
- add required dependencies on brotli and libinih Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/exiv2')
-rw-r--r--meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb (renamed from meta-oe/recipes-support/exiv2/exiv2_0.27.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.6.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb
index 6ccd9fb26..958810cf7 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.27.6.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" 3LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
4 4
5DEPENDS = "zlib expat" 5DEPENDS = "zlib expat brotli libinih"
6 6
7SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz" 7SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz"
8SRC_URI[sha256sum] = "4c192483a1125dc59a3d70b30d30d32edace9e14adf52802d2f853abf72db8a6" 8SRC_URI[sha256sum] = "89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d"
9# Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either 9# Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either
10# inherit dos2unix 10# inherit dos2unix
11S = "${WORKDIR}/${BP}-Source" 11S = "${WORKDIR}/${BP}-Source"