mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: remove runtime dependency to libssl from native package
This a workaround for Dunfell, where native packages are still
cleared which means that qtbase-native cannot have runtime dependency
to libssl as the package does not exist.
Fixes:
ERROR: Required build target 'qtbase-native' has no buildable providers.
Missing or unbuildable dependency chain was: ['qtbase-native', 'libssl-native']
Change-Id: Idad2a85b3a84275e5824545e22d425b578d1d647
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
(cherry picked from commit a604992ea8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
27a8c9c168
commit
b48301696b
|
|
@ -25,6 +25,7 @@ DEPENDS += "\
|
|||
pcre2 \
|
||||
"
|
||||
DEPENDS:remove:class-native = "qtbase-native"
|
||||
RDEPENDS_${PN}:remove:class-native = "libssl-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