diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 12:26:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:47:51 +0200 |
commit | 17eb158c6d2cd290b054b5bd54311aa44a02d04d (patch) | |
tree | c0cb4313496694f1cfe590ea5fc70a07536eee96 | |
parent | 5ebbfedbc72452d2de18ce1557a36f3ba8b1175f (diff) | |
download | meta-qt5-17eb158c6d2cd290b054b5bd54311aa44a02d04d.tar.gz |
qtbase-native: add CLEANBROKEN
* otherwise do_configure fails with:
make[2]: *** No rule to make target 'cmake-clean', needed by 'sub-installed_cmake-clean'. Stop.
make[2]: *** Waiting for unfinished jobs....
hidden very far in log.do_configure
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index b6c868d2..4af0c0a3 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -27,6 +27,8 @@ SRC_URI += " \ | |||
27 | file://0012-Add-external-hostbindir-option-for-native-sdk.patch \ | 27 | file://0012-Add-external-hostbindir-option-for-native-sdk.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | CLEANBROKEN = "1" | ||
31 | |||
30 | QT_CONF_PATH = "${B}/qt.conf" | 32 | QT_CONF_PATH = "${B}/qt.conf" |
31 | 33 | ||
32 | do_generate_qt_config_file() { | 34 | do_generate_qt_config_file() { |