blob: e1f57ae8c743bbb0f6d478d351d41afd6e8de023 (
plain)
1
2
3
4
5
6
7
8
9
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 brotli libinih"
SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x;tag=v${PV}"
SRCREV = "afcb7a8ba84a7de36d2f1ee7689394e078697956"
inherit cmake gettext
|