xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
4
5DEPENDS = "zlib expat"
6
7SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz"
8SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778"
9
10# Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either
11inherit dos2unix
12SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.patch \
13            file://CVE-2021-29457.patch \
14            file://CVE-2021-29458.patch \
15            file://CVE-2021-29463.patch \
16            file://CVE-2021-29464.patch \
17            file://CVE-2021-29470.patch \
18            file://CVE-2021-29473.patch \
19            file://CVE-2021-3482.patch"
20
21S = "${WORKDIR}/${BPN}-${PV}-Source"
22
23inherit cmake gettext
24