aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-08-27 12:30:20 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-27 17:21:16 +0000
commit540f7e7bab94e4ae65b667c68cd9b853de53cb08 (patch)
tree802c15104a5dd002818f5fdaab9f50c11f9a458a
parent85397eda94cc039ca70675a1e1335664ebb24558 (diff)
SDK: Use meta-qt6 packagegroup instead manually adding per modulev6.2.0
Using packagegroup from meta-qt6 removes need for duplicate maintenance handling of nativesdk-*-dev and nativesdk-*-tools packages Change-Id: I187e75d7f5542211daa974f3867b9ce9f21167a2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit f05aa669da69406c6ecc1195ffd24e07aff0ea67) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt6-toolchain-host.bb13
1 files changed, 1 insertions, 12 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt6-toolchain-host.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt6-toolchain-host.bb
index c165b0c8..e7102c40 100644
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt6-toolchain-host.bb
+++ b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt6-toolchain-host.bb
@@ -35,16 +35,5 @@ inherit packagegroup nativesdk
RDEPENDS_${PN} += "\
nativesdk-packagegroup-b2qt-embedded-toolchain-host \
- nativesdk-qtbase \
- nativesdk-qtbase-dev \
- nativesdk-qtbase-tools \
- nativesdk-qtdeclarative-dev \
- nativesdk-qtdeclarative-tools \
- nativesdk-qtquick3d-dev \
- nativesdk-qtquick3d-tools \
- nativesdk-qtshadertools-dev \
- nativesdk-qtshadertools-tools \
- nativesdk-qttools-dev \
- nativesdk-qttools-tools \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-qtwayland-dev nativesdk-qtwayland-tools', '', d)} \
+ nativesdk-packagegroup-qt6-toolchain-host \
"