Re: [OE-core] [PATCH] cmake: fix configure error if system Qt installation is broken

2013-07-10 Thread Martin Jansa
On Thu, Jul 04, 2013 at 12:26:04PM +0100, Paul Eggleton wrote: > If the host Qt installation exists but is incomplete or the installed > qmake architecture doesn't match that of the Qt libraries, cmake was > failing at do_configure. cmake 2.8.10 failed silently here so we should > make 2.8.11 do th

[OE-core] [PATCH] cmake: fix configure error if system Qt installation is broken

2013-07-04 Thread Paul Eggleton
If the host Qt installation exists but is incomplete or the installed qmake architecture doesn't match that of the Qt libraries, cmake was failing at do_configure. cmake 2.8.10 failed silently here so we should make 2.8.11 do the same. Fixes [YOCTO #4565]. Signed-off-by: Paul Eggleton --- meta/