All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] qtmqtt: add recipe
@ 2018-01-08 21:04 Pierre-Jean TEXIER
  0 siblings, 0 replies; only message in thread
From: Pierre-Jean TEXIER @ 2018-01-08 21:04 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-08 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08 21:04 [meta-qt5][PATCH] qtmqtt: add recipe Pierre-Jean TEXIER

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.