summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-11 12:39:14 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-11 13:06:36 +0000
commited4e6af0d3bf887e1fc30d5c8ac8c5344a395eb6 (patch)
treeb946bac7e4a2420c95d4183eee9e1b2f513f9348 /recipes-qt
parent5d017cec39c62d47a6295d09513f7fd855ad3f5e (diff)
downloadmeta-boot2qt-ed4e6af0d3bf887e1fc30d5c8ac8c5344a395eb6.tar.gz
qtserialbus: add recipe
Change-Id: I0ae23af4fb9f7165b15bb2b70f88e6b1aef7a825 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb1
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb1
-rw-r--r--recipes-qt/qt5/qtserialbus_git.bb36
3 files changed, 38 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
index 06c1c79..287af3a 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
@@ -47,6 +47,7 @@ RDEPENDS_${PN} += " \
47 qtmultimedia-dev \ 47 qtmultimedia-dev \
48 qtquickcontrols-dev \ 48 qtquickcontrols-dev \
49 qtsensors-dev \ 49 qtsensors-dev \
50 qtserialbus-dev \
50 qtserialport-dev \ 51 qtserialport-dev \
51 qtsvg-dev \ 52 qtsvg-dev \
52 qttools-dev \ 53 qttools-dev \
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
index 8909393..4ab0fd6 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
@@ -43,6 +43,7 @@ RDEPENDS_${PN} += " \
43 qtmultimedia \ 43 qtmultimedia \
44 qtquickcontrols \ 44 qtquickcontrols \
45 qtsensors \ 45 qtsensors \
46 qtserialbus \
46 qtserialport \ 47 qtserialport \
47 qtsvg \ 48 qtsvg \
48 qttools \ 49 qttools \
diff --git a/recipes-qt/qt5/qtserialbus_git.bb b/recipes-qt/qt5/qtserialbus_git.bb
new file mode 100644
index 0000000..215dcc4
--- /dev/null
+++ b/recipes-qt/qt5/qtserialbus_git.bb
@@ -0,0 +1,36 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23require recipes-qt/qt5/qt5.inc
24require recipes-qt/qt5/qt5-git.inc
25
26LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-3.0 | GPL-2.1)"
27LIC_FILES_CHKSUM = " \
28 file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
29 file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \
30 file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
31 file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \
32"
33
34DEPENDS += "qtbase qtserialport"
35
36SRCREV = "09c85ebde76311ddf46413a38a023f0ffefa5a31"