exiv2: add exif parsing lib
authorKoen Kooi <koen@openembedded.org>
Wed, 1 Aug 2007 14:27:45 +0000 (14:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 1 Aug 2007 14:27:45 +0000 (14:27 +0000)
packages/raw-tools/.mtn2git_empty [new file with mode: 0644]
packages/raw-tools/exiv2_0.15.bb [new file with mode: 0644]

diff --git a/packages/raw-tools/.mtn2git_empty b/packages/raw-tools/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/raw-tools/exiv2_0.15.bb b/packages/raw-tools/exiv2_0.15.bb
new file mode 100644 (file)
index 0000000..894abce
--- /dev/null
@@ -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
+} 
+
+