aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-08-21 11:14:29 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-09-03 14:38:44 +0300
commit2b3b63a700cfa1cf7142bf0c4d0f2b3b85c66daa (patch)
treee7e79cdb43edaf36775bc7ebbfc73af1860cc3ab /meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
parentb3ef0f2a1d80a368417ceff5e7489fae5de068ae (diff)
Upgrade to Qt 6
Move to using Qt 6 from new meta-qt6 layer. Change all qt5 references to qt6 in files names and recipes, and remove no longer relevant recipes. Task-number: QTBUG-81932 Change-Id: Iab5c6e4a9da2bae6dba9e96f096b5634759deef8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb')
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb85
1 files changed, 0 insertions, 85 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
deleted file mode 100644
index 7d0c40d7..00000000
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
+++ /dev/null
@@ -1,85 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2019 The Qt Company Ltd.
-## Contact: https://www.qt.io/licensing/
-##
-## This file is part of the Boot to Qt meta layer.
-##
-## $QT_BEGIN_LICENSE:GPL$
-## Commercial License Usage
-## Licensees holding valid commercial Qt licenses may use this file in
-## accordance with the commercial license agreement provided with the
-## Software or, alternatively, in accordance with the terms contained in
-## a written agreement between you and The Qt Company. For licensing terms
-## and conditions see https://www.qt.io/terms-conditions. For further
-## information use the contact form at https://www.qt.io/contact-us.
-##
-## GNU General Public License Usage
-## Alternatively, this file may be used under the terms of the GNU
-## General Public License version 3 or (at your option) any later version
-## approved by the KDE Free Qt Foundation. The licenses are as published by
-## the Free Software Foundation and appearing in the file LICENSE.GPL3
-## included in the packaging of this file. Please review the following
-## information to ensure the GNU General Public License requirements will
-## be met: https://www.gnu.org/licenses/gpl-3.0.html.
-##
-## $QT_END_LICENSE$
-##
-############################################################################
-
-DESCRIPTION = "Qt5 modules"
-LICENSE = "The-Qt-Company-Commercial"
-
-inherit packagegroup
-
-PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-
-OGL_RUNTIME ?= "ogl-runtime ogl-runtime-tools"
-OGL_RUNTIME_mipsarch ?= ""
-
-RDEPENDS_${PN} += " \
- ${OGL_RUNTIME} \
- qt3d \
- qtbase \
- qtcharts \
- qtconnectivity \
- qtdatavis3d \
- qtdeclarative \
- qtdeclarative-tools \
- qtdeviceutilities \
- qtgamepad \
- qtgraphicaleffects \
- qtimageformats \
- qtlocation \
- qtmultimedia \
- qtnetworkauth \
- qtotaupdate \
- qtquick3d \
- qtquickcontrols \
- qtquickcontrols2 \
- qtquicktimeline \
- qtremoteobjects \
- qtscxml \
- qtsensors \
- qtserialbus \
- qtserialport \
- qtsvg \
- qttools \
- qttools-tools \
- qttranslations-qtbase \
- qttranslations-qtdeclarative \
- qttranslations-qtconnectivity \
- qttranslations-qtlocation \
- qttranslations-qtmultimedia \
- qttranslations-qtquickcontrols \
- qttranslations-qtserialport \
- qttranslations-qtwebsockets \
- qttranslations-qtxmlpatterns \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine qttranslations-qtwebengine qtwebview', '', d)} \
- qtwebsockets \
- qtwebchannel \
- qtwebglplugin \
- qtxmlpatterns \
- qtvirtualkeyboard \
- "