summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtquickcontrols2_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-05-09 16:13:15 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-05-20 06:25:02 +0000
commitba92498e4ccd660661fafc7ee28e6071d38b85a9 (patch)
treea5328e3884e540aac9610debb8920f9ecdb9f4d4 /recipes-qt/qt5/qtquickcontrols2_git.bb
parent29ae30818b3c8cba34da43735d50307ec61e977a (diff)
downloadmeta-boot2qt-ba92498e4ccd660661fafc7ee28e6071d38b85a9.tar.gz
qt5: update submodules and use latest version of meta-qt5
Change-Id: Idc2f9a08d6dcbd59dc742e55e2916976b38b3a13 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5/qtquickcontrols2_git.bb')
-rw-r--r--recipes-qt/qt5/qtquickcontrols2_git.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb
deleted file mode 100644
index 1861dd7..0000000
--- a/recipes-qt/qt5/qtquickcontrols2_git.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:GPL$
9## Commercial License Usage
10## Licensees holding valid commercial Qt licenses may use this file in
11## accordance with the commercial license agreement provided with the
12## Software or, alternatively, in accordance with the terms contained in
13## a written agreement between you and The Qt Company. For licensing terms
14## and conditions see https://www.qt.io/terms-conditions. For further
15## information use the contact form at https://www.qt.io/contact-us.
16##
17## GNU General Public License Usage
18## Alternatively, this file may be used under the terms of the GNU
19## General Public License version 3 or (at your option) any later version
20## approved by the KDE Free Qt Foundation. The licenses are as published by
21## the Free Software Foundation and appearing in the file LICENSE.GPL3
22## included in the packaging of this file. Please review the following
23## information to ensure the GNU General Public License requirements will
24## be met: https://www.gnu.org/licenses/gpl-3.0.html.
25##
26## $QT_END_LICENSE$
27##
28############################################################################
29
30require recipes-qt/qt5/qt5.inc
31require recipes-qt/qt5/qt5-git.inc
32
33LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-3.0)"
34LIC_FILES_CHKSUM = " \
35 file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
36 file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
37 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
38"
39
40DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtgraphicaleffects"
41
42SRCREV = "4ae3a828ad972e24802ea711fc12e12883cc28be"
43
44FILES_${PN}-qmldesigner += " \
45 ${OE_QMAKE_PATH_QML}/*/*/*/designer \
46"