From 717855f88dadb8a5983c0b4def49270a2561d216 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 20 Apr 2010 16:28:57 +0200 Subject: [PATCH] tiff 3.9.2: fix QA error during configure --- recipes/libtiff/tiff_3.9.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/libtiff/tiff_3.9.2.bb b/recipes/libtiff/tiff_3.9.2.bb index 63e268b0c9..a7240f9cda 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 = "r2" +PR = "r3" SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta5.tar.gz;name=tiff400beta5targz" SRC_URI[tiff400beta5targz.md5sum] = "a0a83604e38a299fae9f0b1a39c04870" @@ -14,6 +14,8 @@ S = "${WORKDIR}/tiff-4.0.0beta5" inherit autotools +EXTRA_OECONF = "--without-x" + # requires a too recent, non-default autoconf do_configure() { gnu-configize -- 2.39.5