aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raw-tools/exiv2_0.15.bb
blob: 894abce1146e1a0eb8970886e6ea03b77f4b4dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Exiv2 is a C++ library and a command line utility to access image metadata."
LICENSE = "GPL"
DEPENDS = "tiff zlib" 

SRC_URI = "http://www.exiv2.org/exiv2-${PV}.tar.gz"

inherit autotools pkgconfig lib_package


do_stage() {
       autotools_stage_all
}