aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-27 20:34:13 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-27 20:34:13 +0100
commit6d9b4cb0e7b56cc80a2696947573f0123c613062 (patch)
tree8506d032e3fece3078445c3acbeb5eec9577091a /packages
parent55475f550a375a9d32447a310ba1466d37e315a0 (diff)
downloadopenembedded-6d9b4cb0e7b56cc80a2696947573f0123c613062.tar.gz
libexif: updated to 0.6.17
Diffstat (limited to 'packages')
-rw-r--r--packages/libexif/libexif_0.6.17.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/libexif/libexif_0.6.17.bb b/packages/libexif/libexif_0.6.17.bb
new file mode 100644
index 0000000000..2f896352db
--- /dev/null
+++ b/packages/libexif/libexif_0.6.17.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
+HOMEPAGE = "http://sourceforge.net/projects/libexif"
+SECTION = "libs"
+LICENSE = "LGPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure_append() {
+ sed -i s:doc\ binary:binary:g Makefile
+}
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+ autotools_stage_all
+}