summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-07 11:06:29 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-08 10:41:31 +0000
commit7636bdfa10759d1581d1e7284914b2d285e64f4b (patch)
tree534e0d9e42f331b6b245095c124ced74f81ac439
parentf6084115b3117c3ba34059df7fea5ca3454610c1 (diff)
downloadmeta-boot2qt-7636bdfa10759d1581d1e7284914b2d285e64f4b.tar.gz
Add recipes for Qt IVI module
Change-Id: Ia725bbe698ed5dd5144e1a3d7c98854ee08eb503 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Marko Kangas <marko.kangas@theqtcompany.com>
-rw-r--r--recipes-qt/automotive/qtivi_git.bb38
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb1
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb1
3 files changed, 40 insertions, 0 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
new file mode 100644
index 0000000..6e1368f
--- /dev/null
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -0,0 +1,38 @@
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
23DESCRIPTION = "Qt IVI"
24LICENSE = "LGPL-3.0"
25LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4"
26
27inherit qt5-module sdk-sources
28
29SRC_URI = " \
30 git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \
31 "
32
33SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a"
34BRANCH = "master"
35
36S = "${WORKDIR}/git"
37
38DEPENDS = "qtbase qtdeclarative"
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
index a318d0e..b680b1e 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
@@ -29,4 +29,5 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
29 29
30RDEPENDS_${PN} += " \ 30RDEPENDS_${PN} += " \
31 b2qt-appcontroller \ 31 b2qt-appcontroller \
32 qtivi \
32 " 33 "
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
index cfb7245..5f6f32f 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
@@ -29,4 +29,5 @@ inherit packagegroup
29PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 29PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
30 30
31RDEPENDS_${PN} += " \ 31RDEPENDS_${PN} += " \
32 qtivi-dev \
32 " 33 "