[oe] [meta-qt5][PATCH] qtmqtt: add recipe

Pierre-Jean TEXIER texier.pj2 at gmail.com
Mon Jan 8 21:04:06 UTC 2018


Qt MQTT module was added in Qt 5.10. (http://doc.qt.io/QtMQTT/index.html)

Signed-off-by: Pierre-Jean TEXIER <texier.pj2 at gmail.com>
---
 recipes-qt/qt5/qtmqtt_git.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes-qt/qt5/qtmqtt_git.bb

diff --git a/recipes-qt/qt5/qtmqtt_git.bb b/recipes-qt/qt5/qtmqtt_git.bb
new file mode 100644
index 0000000..efcb35d
--- /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"
-- 
2.7.4




More information about the Openembedded-devel mailing list