[oe] [WIP][meta-qt5][PATCH 1/5] qtbase-native: add CLEANBROKEN

Martin Jansa martin.jansa at gmail.com
Thu May 28 13:22:52 UTC 2015


* 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 at gmail.com>
---
 recipes-qt/qt5/qtbase-native.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index b6c868d..4af0c0a 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -27,6 +27,8 @@ SRC_URI += " \
     file://0012-Add-external-hostbindir-option-for-native-sdk.patch \
 "
 
+CLEANBROKEN = "1"
+
 QT_CONF_PATH = "${B}/qt.conf"
 
 do_generate_qt_config_file() {
-- 
2.4.1




More information about the Openembedded-devel mailing list