diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 17:02:19 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2010-12-14 08:53:19 -0800 |
| commit | 8d7798839239aeb212b6f73ba2ee556fd54db4dc (patch) | |
| tree | 6e6887b47b724b35ec0af130da91b574db78aa5a | |
| parent | f69986d0da6db499166e40415913bc3070a7b340 (diff) | |
| download | poky-8d7798839239aeb212b6f73ba2ee556fd54db4dc.tar.gz | |
libexif: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
| -rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.16.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" | 1 | DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/libexif" | 2 | HOMEPAGE = "http://sourceforge.net/projects/libexif" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPLv2.1" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" | ||
| 5 | DEPENDS = "gettext" | 6 | DEPENDS = "gettext" |
| 6 | 7 | ||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" |
