diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-04-19 10:07:46 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-04-21 05:34:20 +0000 |
commit | d6517f85708e7a254afed0a0f4b0fdeffc50ef08 (patch) | |
tree | 59691b81facf3bb990b139b35394abc576fb3a98 | |
parent | 95a7d3e9bcd4b250c28c46ce95ac215066e0264a (diff) | |
download | meta-boot2qt-d6517f85708e7a254afed0a0f4b0fdeffc50ef08.tar.gz |
QtIVI: update revision
Change-Id: I4a7367f29970044b19e4cc4f34471140888281d5
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index c2d82df..9149c76 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -20,17 +20,21 @@ | |||
20 | ############################################################################## | 20 | ############################################################################## |
21 | 21 | ||
22 | DESCRIPTION = "Qt IVI" | 22 | DESCRIPTION = "Qt IVI" |
23 | LICENSE = "LGPL-3.0" | 23 | LICENSE = "GFDL-1.3 & BSD & The-Qt-Company-GPL-Exception-1.0 & (LGPL-3.0 | GPL-2.0+)" |
24 | LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
25 | file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
26 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
27 | file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ | ||
28 | file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
25 | 29 | ||
26 | inherit qt5-module sdk-sources | 30 | inherit qt5-module sdk-sources |
27 | 31 | ||
28 | SRC_URI = " \ | 32 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \ | 33 | git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Src/qtivi \ |
30 | " | 34 | " |
31 | 35 | ||
32 | SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a" | 36 | SRCREV = "b850b82e70e9585097ceb2812002bb4a7ddba06f" |
33 | BRANCH = "master" | 37 | BRANCH = "5.7" |
34 | 38 | ||
35 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
36 | 40 | ||