summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-06 08:33:37 -0700
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:24 -0700
commita982aa5786b38552b562118d510897af0bdac977 (patch)
tree1bbde18364a0da498beeccb61e126acc2c1a145e /meta
parent8404b657fa70793b3eacb4d553974b590a79c98e (diff)
downloadpoky-a982aa5786b38552b562118d510897af0bdac977.tar.gz
libexif: fix gettext inherit
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libexif/libexif_0.6.20.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.20.bb b/meta/recipes-support/libexif/libexif_0.6.20.bb
index 735951bd70..f1ad30dbd4 100644
--- a/meta/recipes-support/libexif/libexif_0.6.20.bb
+++ b/meta/recipes-support/libexif/libexif_0.6.20.bb
@@ -3,13 +3,14 @@ HOMEPAGE = "http://sourceforge.net/projects/libexif"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" 5LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
6PR = "r1"
6 7
7SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" 8SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
8 9
9SRC_URI[md5sum] = "19844ce6b5d075af16f0d45de1e8a6a3" 10SRC_URI[md5sum] = "19844ce6b5d075af16f0d45de1e8a6a3"
10SRC_URI[sha256sum] = "a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715" 11SRC_URI[sha256sum] = "a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715"
11 12
12inherit autotools 13inherit autotools gettext
13 14
14do_configure_append() { 15do_configure_append() {
15 sed -i s:doc\ binary:binary:g Makefile 16 sed -i s:doc\ binary:binary:g Makefile