diff options
Diffstat (limited to 'meta/recipes-support/libexif')
-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 000000000..e3b5c331a --- /dev/null +++ b/meta/recipes-support/libexif/libexif_0.6.16.bb @@ -0,0 +1,15 @@ +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" + +inherit autotools + +do_configure_append() { + sed -i s:doc\ binary:binary:g Makefile +} + +AUTOTOOLS_STAGE_PKGCONFIG = "1" |