From 8228b69a193bb96a64194f822b16a0f74acdd265 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 16 Aug 2022 09:06:19 +0000 Subject: [PATCH] qmlcompilerplus: add dependency to native If we stop forcing build of target tools, we then need to have dependency to the native package. Pick-to: 6.4 6.3 6.2 Change-Id: Ie5d9634ba4c85af877920e66fd88d36880af8afc Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qmlcompilerplus_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt6/qmlcompilerplus_git.bb b/recipes-qt/qt6/qmlcompilerplus_git.bb index ee9f78b..468f569 100644 --- a/recipes-qt/qt6/qmlcompilerplus_git.bb +++ b/recipes-qt/qt6/qmlcompilerplus_git.bb @@ -9,7 +9,7 @@ include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc include recipes-qt/qt6/qt6-commercial.inc -DEPENDS += "qtbase qtdeclarative qtdeclarative-native" +DEPENDS += "qtbase qtdeclarative qtdeclarative-native qmlcompilerplus-native" PTEST_ENABLED = "0"