diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-14 15:28:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-14 21:09:20 -0700 |
commit | fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0 (patch) | |
tree | 50443ea4420940f859a61e592e935f97b887b595 /recipes | |
parent | 38f8326bf5e4f6afa863f8f2dfdc5ae2b668bc33 (diff) |
tiff_3.9.2.bb: Use default do_configure from autotools.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |