diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-12 12:18:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-13 11:18:39 -0700 |
commit | 5077cd45b8d001f464844b4eb47a29eed86b48a9 (patch) | |
tree | 47a43c5eb380af91b9b40cdc6c0b0e7c9e812b1b /meta-oe/recipes-support/exiv2 | |
parent | bf7670ff2e0e555a9ac2492dad0a69d552ac2757 (diff) | |
download | meta-openembedded-5077cd45b8d001f464844b4eb47a29eed86b48a9.tar.gz |
exiv2: initial add 0.27.1
* exiv2 lives in meta-luneos and meta-qt5-extra currently. Soon meta-gnome will require it for nautilus -> gexiv2
=> move it up in layer hierarchy
* This recipe was taken from meta-qt5-extra
* There is a version 0.27.2 but from my experience as soon as upstream will
create a successor of 0.27.2 they move tarballs from builds [1] -> archive [2]
To avoid missing sources let's stick on 0.27.1.
[1] https://exiv2.org/builds/
[2] https://www.exiv2.org/archive.html
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
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.27.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.1.bb b/meta-oe/recipes-support/exiv2/exiv2_0.27.1.bb new file mode 100644 index 000000000..97116ee2d --- /dev/null +++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.1.bb | |||
@@ -0,0 +1,13 @@ | |||
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[md5sum] = "56d064517ae5903dd963b84514a121c1" | ||
9 | SRC_URI[sha256sum] = "f125286980fd1bcb28e188c02a93946951c61e10784720be2301b661a65b3081" | ||
10 | |||
11 | S = "${WORKDIR}/${BPN}-${PV}-Source" | ||
12 | |||
13 | inherit cmake gettext | ||