tiff_3.9.2.bb: Use default do_configure from autotools.
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Jun 2010 22:28:25 +0000 (15:28 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 15 Jun 2010 04:09:20 +0000 (21:09 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libtiff/tiff_3.9.2.bb

index a7240f9..e66ec24 100644 (file)
@@ -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"