[oe-commits] org.oe.dev tiff 3.7.2: patch configure.ac to work with auto automake 1.10

cbrake commit openembedded-commits at lists.openembedded.org
Wed Oct 10 16:48:42 UTC 2007


tiff 3.7.2: patch configure.ac to work with auto automake 1.10

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: a6eb93692ca38c674d1bc2d35444de89a6f5414f
ViewMTN: http://monotone.openembedded.org/revision/info/a6eb93692ca38c674d1bc2d35444de89a6f5414f
Files:
1
packages/libtiff/tiff-3.7.2
packages/libtiff/tiff-3.7.2/configure.patch
packages/libtiff/tiff_3.7.2.bb
Diffs:

#
# mt diff -recde5ad46f1f59e6e449bec070897f3e769ede19 -ra6eb93692ca38c674d1bc2d35444de89a6f5414f
#
# 
# 
# add_dir "packages/libtiff/tiff-3.7.2"
# 
# add_file "packages/libtiff/tiff-3.7.2/configure.patch"
#  content [333c35f3da58ad6ad0feafe413c65a41a25ee7df]
# 
# patch "packages/libtiff/tiff_3.7.2.bb"
#  from [de037716db34eab6e8187cd73e55b8a4f145add7]
#    to [11812494c5ede2018d6bf81e95c44cde62630994]
# 
============================================================
--- packages/libtiff/tiff-3.7.2/configure.patch	333c35f3da58ad6ad0feafe413c65a41a25ee7df
+++ packages/libtiff/tiff-3.7.2/configure.patch	333c35f3da58ad6ad0feafe413c65a41a25ee7df
@@ -0,0 +1,20 @@
+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()
============================================================
--- packages/libtiff/tiff_3.7.2.bb	de037716db34eab6e8187cd73e55b8a4f145add7
+++ packages/libtiff/tiff_3.7.2.bb	11812494c5ede2018d6bf81e95c44cde62630994
@@ -1,10 +1,11 @@ DEPENDS = "zlib jpeg"
 DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
 LICENSE = ""
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
+SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz \
+	  file://configure.patch;patch=1"
 
 inherit autotools
 






More information about the Openembedded-commits mailing list