]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtiff: Update to 3.9.5
authorSaul Wold <sgw@linux.intel.com>
Tue, 11 Oct 2011 18:35:58 +0000 (11:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:53:31 +0000 (12:53 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/libtiff/files/libtool2.patch
meta/recipes-multimedia/libtiff/tiff_3.9.5.bb [moved from meta/recipes-multimedia/libtiff/tiff_3.8.2.bb with 82% similarity]

index 2ee8309d1d3779321628274142b0771704d2ed1f..457202eae505025d69c2e5f1ec23a83fe8988fe5 100644 (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
similarity index 82%
rename from meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
rename to meta/recipes-multimedia/libtiff/tiff_3.9.5.bb
index 0a0367a352c2106ee4b9f8b9458f72bfd2a37df3..c646c1532df2ba10ae40fdae3e12e360a777ad4f 100644 (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