diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-23 12:16:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:35:55 +0100 |
commit | 67ee10844ae04f3614007c00f389a7a7c97e7482 (patch) | |
tree | 7aa1060b589c4e6c8146fec30bc3e2b81d216165 /meta/recipes-multimedia/libtiff | |
parent | cf42eb91680e7eb2aa918180988b8974e0ebe875 (diff) | |
download | poky-67ee10844ae04f3614007c00f389a7a7c97e7482.tar.gz |
libtiff: Upgrade to 4.0.2
(From OE-Core rev: 2ee374c5c1dfef2c2a480a11b4ae81802e447e7d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.2.bb (renamed from meta/recipes-multimedia/libtiff/tiff_4.0.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb index 72d99a197f..5188963f17 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb | |||
@@ -3,13 +3,13 @@ LICENSE = "BSD-2-Clause" | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" |
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
5 | DEPENDS = "zlib jpeg xz" | 5 | DEPENDS = "zlib jpeg xz" |
6 | PR = "r1" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
9 | file://libtool2.patch" | 9 | file://libtool2.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fae149cc9da35c598d8be897826dfc63" | 11 | SRC_URI[md5sum] = "04a08fa1e07e696e820a0c3f32465a13" |
12 | SRC_URI[sha256sum] = "9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0" | 12 | SRC_URI[sha256sum] = "aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||