From 7636bdfa10759d1581d1e7284914b2d285e64f4b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 7 Dec 2015 11:06:29 +0200 Subject: Add recipes for Qt IVI module Change-Id: Ia725bbe698ed5dd5144e1a3d7c98854ee08eb503 Reviewed-by: Teemu Holappa Reviewed-by: Marko Kangas --- recipes-qt/automotive/qtivi_git.bb | 38 ++++++++++++++++++++++ .../packagegroup-b2qt-automotive-addons.bb | 1 + ...gegroup-b2qt-automotive-qt5-toolchain-target.bb | 1 + 3 files changed, 40 insertions(+) create mode 100644 recipes-qt/automotive/qtivi_git.bb 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 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://www.qt.io/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +DESCRIPTION = "Qt IVI" +LICENSE = "LGPL-3.0" +LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4" + +inherit qt5-module sdk-sources + +SRC_URI = " \ + git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \ + " + +SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a" +BRANCH = "master" + +S = "${WORKDIR}/git" + +DEPENDS = "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" RDEPENDS_${PN} += " \ b2qt-appcontroller \ + qtivi \ " 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 PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" RDEPENDS_${PN} += " \ + qtivi-dev \ " -- cgit v1.2.3-54-g00ecf