summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtivi_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-08-22 16:17:30 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-08-24 10:54:52 +0000
commite245c1dc8fe450fe9aeb5e505c90ba6dadf365d1 (patch)
tree8a0c7296e7f6655e620427d7f05e6a7adad3c258 /recipes-qt/automotive/qtivi_git.bb
parentaf902739757f9581473009ad8668fc64cc92e279 (diff)
downloadmeta-boot2qt-e245c1dc8fe450fe9aeb5e505c90ba6dadf365d1.tar.gz
Reuse qt5-git.inc in automotive recipes
Instead of using codereview.qt-project.org directly, reuse qt5-git.inc from meta-qt5 that defines git url to be used which simplyfies the recipes. Also cleanup unnecessary use of sdk-sources for opened repos. Change-Id: I80e02c9aba600eb41e2618f377e878fd8ecead11 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/automotive/qtivi_git.bb')
-rw-r--r--recipes-qt/automotive/qtivi_git.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index b50defc..0c50457 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -35,15 +35,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
35 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ 35 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
36 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02" 36 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02"
37 37
38inherit qt5-module sdk-sources 38inherit qt5-module
39 39require recipes-qt/qt5/qt5-git.inc
40SRC_URI = " \
41 git://codereview.qt-project.org/qt/qtivi;branch=${BRANCH};protocol=ssh \
42 "
43 40
44SRCREV = "ccc1f3af652e4f2785d9ac60eeae521130740b1a" 41SRCREV = "ccc1f3af652e4f2785d9ac60eeae521130740b1a"
45BRANCH = "5.7"
46
47S = "${WORKDIR}/git"
48 42
49DEPENDS = "qtbase qtdeclarative" 43DEPENDS = "qtbase qtdeclarative"