diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-09-11 10:23:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:44 +0100 |
commit | 39a30b88a3217ffc8930b878c584665ec782ece1 (patch) | |
tree | 9964af351646397e597a2575421cd8e29c0c415a /meta/recipes-support/libexif/libexif_0.6.20.bb | |
parent | 83ba6c31da82d6c50460f2c2e78080085563c60e (diff) | |
download | poky-39a30b88a3217ffc8930b878c584665ec782ece1.tar.gz |
libexif: upgrade to 0.6.21
(From OE-Core rev: 727ed3ca04fbb3d3685a1b346457d975367da2ea)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libexif/libexif_0.6.20.bb')
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.20.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.20.bb b/meta/recipes-support/libexif/libexif_0.6.20.bb deleted file mode 100644 index f233d3f5c5..0000000000 --- a/meta/recipes-support/libexif/libexif_0.6.20.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" | ||
8 | |||
9 | SRC_URI[md5sum] = "19844ce6b5d075af16f0d45de1e8a6a3" | ||
10 | SRC_URI[sha256sum] = "a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715" | ||
11 | |||
12 | inherit autotools gettext | ||
13 | |||
14 | do_configure_append() { | ||
15 | sed -i s:doc\ binary:binary:g Makefile | ||
16 | } | ||
17 | |||