From fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Jun 2010 15:28:25 -0700 Subject: tiff_3.9.2.bb: Use default do_configure from autotools. Signed-off-by: Khem Raj --- recipes/libtiff/tiff_3.9.2.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes') 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" -- cgit 1.2.3-korg