Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" |
| 4 | |
| 5 | DEPENDS = "zlib expat" |
| 6 | |
| 7 | SRC_URI = "https://exiv2.org/releases/${BPN}-${PV}-Source.tar.gz" |
| 8 | SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778" |
| 9 | |
| 10 | # Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either |
| 11 | inherit dos2unix |
| 12 | SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.patch" |
| 13 | |
| 14 | S = "${WORKDIR}/${BPN}-${PV}-Source" |
| 15 | |
| 16 | inherit cmake gettext |