mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
libexif: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
|
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
|
||||||
HOMEPAGE = "http://sourceforge.net/projects/libexif"
|
HOMEPAGE = "http://sourceforge.net/projects/libexif"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
|
||||||
DEPENDS = "gettext"
|
DEPENDS = "gettext"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
|
||||||
|
|||||||
Reference in New Issue
Block a user