diff options
author | texierp <texier.pj2@gmail.com> | 2018-01-08 22:04:06 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-01-15 17:55:34 +0000 |
commit | 0e209bade346ee73171df196df9244d3a2eecef9 (patch) | |
tree | 2010730421250a55ac982cb19597746ce135bea3 /recipes-qt/qt5/qtmqtt_git.bb | |
parent | 34a3a4bf4b58ea7e63ff81eaf35963cbd4cf59b5 (diff) | |
download | meta-qt5-0e209bade346ee73171df196df9244d3a2eecef9.tar.gz |
qtmqtt: add recipe
Qt MQTT module was added in Qt 5.10. (http://doc.qt.io/QtMQTT/index.html)
Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtmqtt_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtmqtt_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtmqtt_git.bb b/recipes-qt/qt5/qtmqtt_git.bb new file mode 100644 index 00000000..406bdb63 --- /dev/null +++ b/recipes-qt/qt5/qtmqtt_git.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | LICENSE = "(GPL-3.0 & The-Qt-Company-GPL-Exception-1.0) | The-Qt-Company-Commercial" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
7 | file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ | ||
8 | " | ||
9 | |||
10 | DEPENDS += "qtbase" | ||
11 | |||
12 | SRCREV = "45d87f0d9260ef0c42434daa329e77aecf3f5d46" | ||