]> code.ossystems Code Review - openembedded-core.git/commitdiff
tiff: upgraded to 3.8.2
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 17 Apr 2008 09:55:14 +0000 (09:55 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 17 Apr 2008 09:55:14 +0000 (09:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4285 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/libtiff/tiff-3.7.2/configure.patch [deleted file]
meta-extras/packages/libtiff/tiff_3.8.2.bb [moved from meta-extras/packages/libtiff/tiff_3.7.2.bb with 85% similarity]

diff --git a/meta-extras/packages/libtiff/tiff-3.7.2/configure.patch b/meta-extras/packages/libtiff/tiff-3.7.2/configure.patch
deleted file mode 100644 (file)
index 599af6c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: tiff-3.7.2/configure.ac
-===================================================================
---- tiff-3.7.2.orig/configure.ac       2005-03-15 10:42:19.000000000 -0500
-+++ tiff-3.7.2/configure.ac    2007-10-10 12:05:58.000000000 -0400
-@@ -32,7 +32,6 @@
- AC_CANONICAL_TARGET
- AM_INIT_AUTOMAKE
--AM_PROG_CC_C_O
- dnl Do not rebuild generated files every time
- AM_MAINTAINER_MODE
-@@ -55,6 +54,7 @@
- dnl Checks for programs.
- AC_PROG_CC
-+AM_PROG_CC_C_O
- dnl We want warnings. As many warnings as possible.
- #VL_PROG_CC_WARNINGS()
similarity index 85%
rename from meta-extras/packages/libtiff/tiff_3.7.2.bb
rename to meta-extras/packages/libtiff/tiff_3.8.2.bb
index 1f28e718bc509c5132b3cdb0977c4bd1e499ad50..c11f760061daeb2f215d64833a9c393a8d0cc678 100644 (file)
@@ -2,10 +2,8 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF
 LICENSE = ""
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
-PR = "r4"
 
-SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz \
-         file://configure.patch;patch=1"
+SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz"
 
 inherit autotools