mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
4c19929d7d
commit
3dcb854bcf
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user