diff options
Diffstat (limited to 'recipes/raw-tools/exiv2_0.15.bb')
-rw-r--r-- | recipes/raw-tools/exiv2_0.15.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/raw-tools/exiv2_0.15.bb b/recipes/raw-tools/exiv2_0.15.bb new file mode 100644 index 0000000000..894abce114 --- /dev/null +++ b/recipes/raw-tools/exiv2_0.15.bb @@ -0,0 +1,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 +} + + |