update driver
[vuplus_openembedded] / recipes / raw-tools / exiv2_0.15.bb
1 DESCRIPTION = "Exiv2 is a C++ library and a command line utility to access image metadata."
2 LICENSE = "GPL"
3 DEPENDS = "tiff zlib" 
4
5 SRC_URI = "http://www.exiv2.org/exiv2-${PV}.tar.gz"
6
7 inherit autotools pkgconfig lib_package
8
9
10 do_stage() {
11        autotools_stage_all
12
13
14