]> code.ossystems Code Review - openembedded-core.git/commit
cmake: fix configure error if system Qt installation is broken
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 4 Jul 2013 11:26:04 +0000 (12:26 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 14:56:14 +0000 (07:56 -0700)
commit2bf46fbd25e1a3a44d556758f536fa26c44edb03
tree9ea21e630e91d46a4b39051ec24a2a163354b2e6
parentfaa8cc6c2a582a32c695f3f2b0d45b6892c769fd
cmake: fix configure error if system Qt installation is broken

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 <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake/qt4-fail-silent.patch [new file with mode: 0644]