diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-20 16:28:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-20 16:28:57 +0200 |
commit | 717855f88dadb8a5983c0b4def49270a2561d216 (patch) | |
tree | 85650d07c42a678ca509049736439072563d2dea /recipes | |
parent | 4321d61d1ebb7559fc32e69462dfe1535122023e (diff) |
tiff 3.9.2: fix QA error during configure
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libtiff/tiff_3.9.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |