mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qmlcompiler: add all needed packages to host SDK
Need to include -dev and -tools packages for Qml Compiler. Pick-to: dev 6.2 Change-Id: I573f835f7166cf3adde7ffc4ef477769b4b4f566 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
c2ce1ab5c3
commit
503ff87af5
|
|
@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \
|
|||
nativesdk-cmake \
|
||||
nativesdk-ninja \
|
||||
nativesdk-perl-modules \
|
||||
${@bb.utils.contains('ENABLE_QMLCOMPILER', '1', 'nativesdk-qmlcompilerplus', '', d)} \
|
||||
${@bb.utils.contains('ENABLE_QMLCOMPILER', '1', 'nativesdk-qmlcompilerplus-dev nativesdk-qmlcompilerplus-tools', '', d)} \
|
||||
nativesdk-qtbase-dev \
|
||||
nativesdk-qtbase-tools \
|
||||
nativesdk-qtdeclarative-dev \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user