summaryrefslogtreecommitdiff
path: root/packages/libexif/libexif_0.6.13.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-08-06 15:14:45 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-08-06 15:14:45 +0000
commitc5718e16d08d73a48642840dd8ad532734fb5942 (patch)
tree9e793953076377647d4d86ba1e53c041cacf760f /packages/libexif/libexif_0.6.13.bb
parent86acccc82f46060f45e78abd587c857c6f72986b (diff)
parent09e038b5a358d364a95269a1aed5940a6b913471 (diff)
merge of '55132066284089ca5853bcbb50bbd4990ec25823'
and '5565cda387e227c33c34f8743f541e7737fc5b1b'
Diffstat (limited to 'packages/libexif/libexif_0.6.13.bb')
-rw-r--r--packages/libexif/libexif_0.6.13.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/libexif/libexif_0.6.13.bb b/packages/libexif/libexif_0.6.13.bb
index 40888df6c3..8382de84f5 100644
--- a/packages/libexif/libexif_0.6.13.bb
+++ b/packages/libexif/libexif_0.6.13.bb
@@ -2,16 +2,18 @@ DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG p
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
-inherit autotools pkgconfig
+inherit autotools
do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
do_stage() {
autotools_stage_all
}