aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-07-17 21:46:03 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-27 17:11:39 +0200
commitb15d248064c8de974aa855f77335bca5f1702361 (patch)
treeec1b9ed2afba6f0536f1b1c9b834df90ab28f9b6
parentecf7db0bd5012162d5fff5cb25f9a07a1a6e084a (diff)
qtserialbus: add recipe
Qt Serial Bus module was added in Qt 5.7. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtserialbus_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtserialbus_git.bb b/recipes-qt/qt5/qtserialbus_git.bb
new file mode 100644
index 00000000..731bd481
--- /dev/null
+++ b/recipes-qt/qt5/qtserialbus_git.bb
@@ -0,0 +1,13 @@
+require qt5.inc
+require qt5-git.inc
+
+LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-2.0)"
+LIC_FILES_CHKSUM = " \
+ file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
+ file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \
+ file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \
+"
+
+DEPENDS += "qtbase qtserialport"
+
+SRCREV = "f9201ca7bad9220149fb39b89914e83a4a14dffc"