diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-04-02 02:01:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-20 10:51:51 +0200 |
commit | 072df2617ab380cbf5124530c1e5db66922ef3ea (patch) | |
tree | 9df29621c43caae94ff74fa1c9dd5e4c21c805a9 | |
parent | 2f31f2a21b2ef9c5d09806a26af946cb38e61228 (diff) | |
download | meta-qt5-072df2617ab380cbf5124530c1e5db66922ef3ea.tar.gz |
qtquickcontrols2: initial add 5.6.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | recipes-qt/qt5/qtquickcontrols2_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb new file mode 100644 index 00000000..41c781ea --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require qt5.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | ||
7 | file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \ | ||
8 | file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \ | ||
9 | " | ||
10 | |||
11 | DEPENDS += "qtdeclarative" | ||
12 | |||
13 | FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt" | ||
14 | |||
15 | SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218" | ||