From: Khem Raj Date: Mon, 14 Jun 2010 22:28:25 +0000 (-0700) Subject: tiff_3.9.2.bb: Use default do_configure from autotools. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0;p=openembedded.git tiff_3.9.2.bb: Use default do_configure from autotools. Signed-off-by: Khem Raj --- diff --git a/recipes/libtiff/tiff_3.9.2.bb b/recipes/libtiff/tiff_3.9.2.bb index a7240f9cda..e66ec24ab5 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"