aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libexif/libexif_0.6.16.bb
blob: e0d4681ea4b0e36ebb7e1d3156a37c9fafc6c3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
HOMEPAGE = "http://sourceforge.net/projects/libexif"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "gettext"

SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"

SRC_URI[md5sum] = "deee153b1ded5a944ea05d041d959eca"
SRC_URI[sha256sum] = "db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43"

inherit autotools

do_configure_append() {
	sed -i s:doc\ binary:binary:g Makefile
}