]> code.ossystems Code Review - openembedded-core.git/commitdiff
tiff: make it work after libtool upgrade
authorMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 14 Jun 2008 13:42:22 +0000 (13:42 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 14 Jun 2008 13:42:22 +0000 (13:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4655 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/libtiff/files/libtool2.patch [new file with mode: 0644]
meta-extras/packages/libtiff/tiff_3.8.2.bb

diff --git a/meta-extras/packages/libtiff/files/libtool2.patch b/meta-extras/packages/libtiff/files/libtool2.patch
new file mode 100644 (file)
index 0000000..8285be5
--- /dev/null
@@ -0,0 +1,19 @@
+---
+ 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)
+ 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
index c11f760061daeb2f215d64833a9c393a8d0cc678..e9a88ae589027a7c5e27053336fbfc8c64f1ac10 100644 (file)
@@ -2,8 +2,10 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF
 LICENSE = ""
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
+PR = "r1"
 
-SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz"
+SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
+           file://libtool2.patch;patch=1"
 
 inherit autotools