summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-02-24 15:28:38 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-14 18:43:40 +0000
commit552bb9dbf53d6d3a86fe8acf66b0d393ea49b92b (patch)
tree1d97abe07743419e26be63e0fd8572d87bebfbf9
parent1315d1181658b7f2065339282e6fc91476b54ed8 (diff)
downloadmeta-boot2qt-552bb9dbf53d6d3a86fe8acf66b0d393ea49b92b.tar.gz
qtsimulator: update to latest version in master branch
Change-Id: I5c4c9ea8a494f7980668357bc2049b1761ec9815 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5-addons/qtsimulator_1.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-qt/qt5-addons/qtsimulator_1.0.bb b/recipes-qt/qt5-addons/qtsimulator_1.0.bb
index d15e167..4d46679 100644
--- a/recipes-qt/qt5-addons/qtsimulator_1.0.bb
+++ b/recipes-qt/qt5-addons/qtsimulator_1.0.bb
@@ -29,7 +29,7 @@
29 29
30DESCRIPTION = "QtSimulator" 30DESCRIPTION = "QtSimulator"
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "The-Qt-Company-DCLA-2.1"
32LIC_FILES_CHKSUM = "file://src/simulator/version.h;md5=ba04e32af7257890758a149b0c14d11a;beginline=1;endline=17" 32LIC_FILES_CHKSUM = "file://src/simulator/version.h;md5=eb588a9fa3a2a45f725e9eb9f864e74b;beginline=1;endline=17"
33 33
34inherit qt5-module 34inherit qt5-module
35 35
@@ -37,8 +37,7 @@ SRC_URI = " \
37 git://codereview.qt-project.org/tqtc-boot2qt/qtsimulator;branch=${BRANCH};protocol=ssh \ 37 git://codereview.qt-project.org/tqtc-boot2qt/qtsimulator;branch=${BRANCH};protocol=ssh \
38 " 38 "
39 39
40# v1.0.8 40SRCREV = "0307e85a8d3a8b83a346aa3910e88aabb7b7b2ac"
41SRCREV = "faf8ea5cee8a4105b97c3f2ba4a4c828f03a70ab"
42BRANCH = "master" 41BRANCH = "master"
43 42
44S = "${WORKDIR}/git" 43S = "${WORKDIR}/git"