libexif 0.6.16 from OE

This commit is contained in:
Joshua Lock
2008-11-06 16:26:10 +00:00
parent 47b05dab48
commit 690562b4d8

View File

@@ -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
}