aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libexif/libexif_0.6.17.bb
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-05-09 21:21:39 +0200
committerMichael Lippautz <michael.lippautz@gmail.com>2010-05-09 22:36:29 +0200
commit70a0906ed92de60174829e421082dac51d7a64f2 (patch)
tree9a03b42aa15836058f482d845c0c28a7d66405ca /recipes/libexif/libexif_0.6.17.bb
parent9524d4aa5620a75999f74244b6beb0b51200f321 (diff)
downloadopenembedded-70a0906ed92de60174829e421082dac51d7a64f2.tar.gz
libexif: Switched to .inc file based recipe.
* Added gettext as build dep. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/libexif/libexif_0.6.17.bb')
-rw-r--r--recipes/libexif/libexif_0.6.17.bb19
1 files changed, 2 insertions, 17 deletions
diff --git a/recipes/libexif/libexif_0.6.17.bb b/recipes/libexif/libexif_0.6.17.bb
index 5b52092c0f..4acd35af86 100644
--- a/recipes/libexif/libexif_0.6.17.bb
+++ b/recipes/libexif/libexif_0.6.17.bb
@@ -1,21 +1,6 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-SECTION = "libs"
-LICENSE = "LGPL"
+require libexif.inc
-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
-}
+PR = "${INC_PR}.1"
SRC_URI[md5sum] = "f7cf4e623a48c9a3b13f7f95f0a41015"
SRC_URI[sha256sum] = "dceb9355b148a8ee6aa96e3dff82a06c066c81e6ab18c190c946ed3b30fc7353"