diff mbox series

[meta-gnome,4/4] exiv2: Upgrade 0.27.6 -> 0.28.0

Message ID 20230923001033.2805049-4-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/4] gexiv: Upgrade 0.14.0 -> 0.14.2 | expand

Commit Message

Markus Volk Sept. 23, 2023, 12:10 a.m. UTC
- add required dependencies on brotli and libinih

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../exiv2/{exiv2_0.27.6.bb => exiv2_0.28.0.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/exiv2/{exiv2_0.27.6.bb => exiv2_0.28.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.6.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb
similarity index 82%
rename from meta-oe/recipes-support/exiv2/exiv2_0.27.6.bb
rename to 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"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
 
-DEPENDS = "zlib expat"
+DEPENDS = "zlib expat brotli libinih"
 
 SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz"
-SRC_URI[sha256sum] = "4c192483a1125dc59a3d70b30d30d32edace9e14adf52802d2f853abf72db8a6"
+SRC_URI[sha256sum] = "89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d"
 # Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either
 # inherit dos2unix
 S = "${WORKDIR}/${BP}-Source"