diff options
Diffstat (limited to 'recipes/libexif/libexif_0.6.16.bb')
-rw-r--r-- | recipes/libexif/libexif_0.6.16.bb | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/recipes/libexif/libexif_0.6.16.bb b/recipes/libexif/libexif_0.6.16.bb index 20ebc71984..3fa9fd5be3 100644 --- a/recipes/libexif/libexif_0.6.16.bb +++ b/recipes/libexif/libexif_0.6.16.bb @@ -1,21 +1,6 @@ -DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" -HOMEPAGE = "http://sourceforge.net/projects/libexif" -SECTION = "libs" -LICENSE = "LGPL" +require libexif.inc -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 -} +PR = "${INC_PR}.0" SRC_URI[md5sum] = "deee153b1ded5a944ea05d041d959eca" SRC_URI[sha256sum] = "db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43" |