diff options
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 | |||
| 23 | DESCRIPTION = "Qt IVI" | ||
| 24 | LICENSE = "LGPL-3.0" | ||
| 25 | LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4" | ||
| 26 | |||
| 27 | inherit qt5-module sdk-sources | ||
| 28 | |||
| 29 | SRC_URI = " \ | ||
| 30 | git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \ | ||
| 31 | " | ||
| 32 | |||
| 33 | SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a" | ||
| 34 | BRANCH = "master" | ||
| 35 | |||
| 36 | S = "${WORKDIR}/git" | ||
| 37 | |||
| 38 | 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" | |||
| 29 | 29 | ||
| 30 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS_${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 | |||
| 29 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | 29 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
| 30 | 30 | ||
| 31 | RDEPENDS_${PN} += " \ | 31 | RDEPENDS_${PN} += " \ |
| 32 | qtivi-dev \ | ||
| 32 | " | 33 | " |
