aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortexierp <texier.pj2@gmail.com>2018-01-08 22:04:06 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2018-01-15 17:55:34 +0000
commit0e209bade346ee73171df196df9244d3a2eecef9 (patch)
tree2010730421250a55ac982cb19597746ce135bea3
parent34a3a4bf4b58ea7e63ff81eaf35963cbd4cf59b5 (diff)
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>
-rw-r--r--recipes-qt/qt5/qtmqtt_git.bb12
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 @@
+require qt5.inc
+require qt5-git.inc
+
+LICENSE = "(GPL-3.0 & The-Qt-Company-GPL-Exception-1.0) | The-Qt-Company-Commercial"
+LIC_FILES_CHKSUM = " \
+ file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
+"
+
+DEPENDS += "qtbase"
+
+SRCREV = "45d87f0d9260ef0c42434daa329e77aecf3f5d46"