libtiff: Update to 3.9.5

(From OE-Core rev: 7a6218b05eb4ec23e6378a1738ac2f6809fe5c08)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-10-11 11:35:58 -07:00 committed by Richard Purdie
parent 3697fdf77a
commit 4467ef6398
2 changed files with 11 additions and 13 deletions

View File

@ -4,18 +4,16 @@ Upstream-Status: Inappropriate [configuration]
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- tiff-3.8.2.orig/configure.ac
+++ tiff-3.8.2/configure.ac
@@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff)
Index: tiff-3.9.5/configure.ac
===================================================================
--- tiff-3.9.5.orig/configure.ac
+++ tiff-3.9.5/configure.ac
@@ -27,7 +27,7 @@ dnl Process this file with autoconf to p
AC_PREREQ(2.64)
AC_INIT([LibTIFF Software],[3.9.5],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_MACRO_DIR(m4)
+dnl AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
dnl Compute the canonical target-system type variable
AC_CANONICAL_TARGET
dnl Compute the canonical host (run-time) system type variable

View File

@ -3,13 +3,13 @@ LICENSE = "${PN}"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf"
HOMEPAGE = "http://www.remotesensing.org/libtiff/"
DEPENDS = "zlib jpeg lzo"
PR = "r2"
PR = "r0"
SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
file://libtool2.patch"
SRC_URI[md5sum] = "fbb6f446ea4ed18955e2714934e5b698"
SRC_URI[sha256sum] = "be88f037080b93ce0a337b2b3ca5e8195f76885deb6c558cc3aa872ee848fc76"
SRC_URI[md5sum] = "8fc7ce3b4e1d0cc8a319336967815084"
SRC_URI[sha256sum] = "ecf2e30582698dbc61d269203bbd1e701a1a50fb26c87d709e10d89669badb33"
inherit autotools