mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
sdk: include staticdev packages by default
Some of the Qt modules have static libraries that need to be present in the SDK for it work correctly. Use SDKIMAGE_FEATURES to include staticdev packages to the SDK. Fixes: QTBUG-130442 Change-Id: I043e3ab02df212f6fdc656ae3dd542dd7a824fd9 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> (cherry picked from commit6e1ec45c58) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit3b2306f6b4)
This commit is contained in:
parent
900bae2129
commit
56248f1cfb
|
|
@ -1,5 +1,7 @@
|
|||
inherit qt6-paths
|
||||
|
||||
SDKIMAGE_FEATURES:append = " staticdev-pkgs"
|
||||
|
||||
SDK_POSTPROCESS_COMMAND:prepend = "create_qt6_sdk_files;"
|
||||
|
||||
EXE_EXT = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user