summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libexif
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-12-10 17:02:19 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 08:53:19 -0800
commit8d7798839239aeb212b6f73ba2ee556fd54db4dc (patch)
tree6e6887b47b724b35ec0af130da91b574db78aa5a /meta/recipes-support/libexif
parentf69986d0da6db499166e40415913bc3070a7b340 (diff)
downloadpoky-8d7798839239aeb212b6f73ba2ee556fd54db4dc.tar.gz
libexif: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-support/libexif')
-rw-r--r--meta/recipes-support/libexif/libexif_0.6.16.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb b/meta/recipes-support/libexif/libexif_0.6.16.bb
index e0d4681ea4..8fb15d9b59 100644
--- a/meta/recipes-support/libexif/libexif_0.6.16.bb
+++ b/meta/recipes-support/libexif/libexif_0.6.16.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" 1DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
2HOMEPAGE = "http://sourceforge.net/projects/libexif" 2HOMEPAGE = "http://sourceforge.net/projects/libexif"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPL" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
5DEPENDS = "gettext" 6DEPENDS = "gettext"
6 7
7SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" 8SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"