summaryrefslogtreecommitdiff
path: root/packages/libexif/libexif_0.6.13.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-21 23:40:56 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-21 23:40:56 +0000
commitd63f8ac05b7d0d46ddaefa260c940c9134897573 (patch)
tree524b154db0f2db6e3072e0cb3211a9d21ebf34a6 /packages/libexif/libexif_0.6.13.bb
parent7ff2c562ce1ac455beeb9867d6d5d253404eb356 (diff)
libexif: move to nonworking and close bug 1664 as LATER.
Diffstat (limited to 'packages/libexif/libexif_0.6.13.bb')
-rw-r--r--packages/libexif/libexif_0.6.13.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/libexif/libexif_0.6.13.bb b/packages/libexif/libexif_0.6.13.bb
deleted file mode 100644
index 8382de84f5..0000000000
--- a/packages/libexif/libexif_0.6.13.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-SECTION = "libs"
-LICENSE = "LGPL"
-PR = "r2"
-
-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
-}