[oe-commits] Khem Raj : tiff_3.9.2.bb: Use default do_configure from autotools.

git version control git at git.openembedded.org
Tue Jun 15 04:10:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun 14 15:28:25 2010 -0700

tiff_3.9.2.bb: Use default do_configure from autotools.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/libtiff/tiff_3.9.2.bb |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/libtiff/tiff_3.9.2.bb b/recipes/libtiff/tiff_3.9.2.bb
index a7240f9..e66ec24 100644
--- a/recipes/libtiff/tiff_3.9.2.bb
+++ b/recipes/libtiff/tiff_3.9.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
 PV = "3.9.2+4.0.0beta5"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta5.tar.gz;name=tiff400beta5targz"
 SRC_URI[tiff400beta5targz.md5sum] = "a0a83604e38a299fae9f0b1a39c04870"
@@ -16,12 +16,6 @@ inherit autotools
 
 EXTRA_OECONF = "--without-x"
 
-# requires a too recent, non-default autoconf
-do_configure() {
-	gnu-configize
-	oe_runconf
-}
-
 PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
 FILES_tiffxx = "${libdir}/libtiffxx.so.*"
 FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"





More information about the Openembedded-commits mailing list