diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-02-24 15:28:38 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-03-14 18:43:40 +0000 |
commit | 552bb9dbf53d6d3a86fe8acf66b0d393ea49b92b (patch) | |
tree | 1d97abe07743419e26be63e0fd8572d87bebfbf9 | |
parent | 1315d1181658b7f2065339282e6fc91476b54ed8 (diff) | |
download | meta-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.bb | 5 |
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 | ||
30 | DESCRIPTION = "QtSimulator" | 30 | DESCRIPTION = "QtSimulator" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://src/simulator/version.h;md5=ba04e32af7257890758a149b0c14d11a;beginline=1;endline=17" | 32 | LIC_FILES_CHKSUM = "file://src/simulator/version.h;md5=eb588a9fa3a2a45f725e9eb9f864e74b;beginline=1;endline=17" |
33 | 33 | ||
34 | inherit qt5-module | 34 | inherit 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 | 40 | SRCREV = "0307e85a8d3a8b83a346aa3910e88aabb7b7b2ac" |
41 | SRCREV = "faf8ea5cee8a4105b97c3f2ba4a4c828f03a70ab" | ||
42 | BRANCH = "master" | 41 | BRANCH = "master" |
43 | 42 | ||
44 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |