From 8cd1816bf12489edc621ea0aaad3086a4b9f8a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Mon, 16 Nov 2015 14:00:21 +0100 Subject: [PATCH] libtiff: disable build for mingw currently there is a rebuild issue for mingw, issue tracked in oe-lite/base issue #220 --- recipes/libtiff/tiff.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/libtiff/tiff.inc b/recipes/libtiff/tiff.inc index 263c79a20..b5e160383 100644 --- a/recipes/libtiff/tiff.inc +++ b/recipes/libtiff/tiff.inc @@ -4,6 +4,8 @@ HOMEPAGE = "http://www.remotesensing.org/libtiff/" RECIPE_TYPES = "machine native" +COMPATIBLE_HOST_ARCHS = ".*linux" + SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz" inherit autotools c++