summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-02-09 12:31:10 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-02-09 15:38:38 +0000
commit7bfb5a88454a34ebeb0d556b90fe8378ea7312bb (patch)
treec1014f564636def06b5c452a0acc6e773ca9ef9f
parent5c5f709a38eb2900a585892c7aaf5912e5655d9e (diff)
downloadmeta-boot2qt-7bfb5a88454a34ebeb0d556b90fe8378ea7312bb.tar.gz
automotive: update revisions
Sync embedded component SHA1s to match with host versions Task-number: QTBUG-66224 Change-Id: I9b413aa145f68afab1a2dad9a655a78839bc784b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb2
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 218082a..09e78d8 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -9,7 +9,7 @@ inherit cmake_qt5
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11BRANCH = "5.9" 11BRANCH = "5.9"
12SRCREV = "847272e3fd01141c0238c2fba24db1eefd439b05" 12SRCREV = "2febf153fc388da8b03bb432201f303ea6089c66"
13PV = "${BRANCH}+git${SRCPV}" 13PV = "${BRANCH}+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 8b626e4..1c1db98 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=ff238b33ff354a0d8d79851a9c061717"
34inherit qt5-module 34inherit qt5-module
35require recipes-qt/qt5/qt5-git.inc 35require recipes-qt/qt5/qt5-git.inc
36 36
37SRCREV = "8df633d8195f16221ca348d527ab8671142f7426" 37SRCREV = "8764748b7df3f966ec0dcf22a42524d811d43c13"
38 38
39DEPENDS = "qtbase qtdeclarative libyaml libarchive \ 39DEPENDS = "qtbase qtdeclarative libyaml libarchive \
40 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 40 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"