aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-02-09 14:04:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-09 20:11:45 +0000
commit3dcb854bcf4af54c604fdfa52636da6583482ba6 (patch)
tree1ad78d0cecc6c9477942028a8bf8358ed7c943bc
parent4c19929d7d8c9c352792a3eae63bfd238b51fd5d (diff)
qtbase: remove circular dependency
After oe-core commit c4257ed8b1040a5a0e9a95846d81961741239116, the DEPENDS are not cleared in native packages, which causes qtbase-native to have a circular dependency. Fixes: QTBUG-91043 Change-Id: Ie741f7d2a71ce00392e34c2d98faa944ac489574 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 5aa68606d57c7b11d8991dd0a33c3bea14c251ce) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/qt6/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb
index 443e749..8a2b3aa 100644
--- a/recipes-qt/qt6/qtbase_git.bb
+++ b/recipes-qt/qt6/qtbase_git.bb
@@ -22,6 +22,7 @@ DEPENDS += "\
freetype \
pcre2 \
"
+DEPENDS_remove_class-native = "qtbase-native"
PACKAGECONFIG_class-native ?= "gui widgets png dbus no-opengl"
PACKAGECONFIG_class-nativesdk ?= "gui widgets png dbus no-opengl"