generic-poky/meta/recipes-support/libexif/libexif_0.6.16.bb

15 lines
348 B
BlitzBasic
Raw Normal View History

2008-11-06 16:26:10 +00:00
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "gettext"
2008-11-06 16:26:10 +00:00
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
inherit autotools
2008-11-06 16:26:10 +00:00
do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}