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 5aa68606d5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2021-02-09 14:04:35 +02:00 committed by Qt Cherry-pick Bot
parent 4c19929d7d
commit 3dcb854bcf

View File

@ -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"