diff options
Diffstat (limited to 'meta/recipes-support/libexif/libexif_0.6.16.bb')
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.16.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb b/meta/recipes-support/libexif/libexif_0.6.16.bb new file mode 100644 index 0000000000..e3b5c331a8 --- /dev/null +++ b/meta/recipes-support/libexif/libexif_0.6.16.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/libexif" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "gettext" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | do_configure_append() { | ||
12 | sed -i s:doc\ binary:binary:g Makefile | ||
13 | } | ||
14 | |||
15 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||