summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-04-20 12:58:59 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-04-21 12:32:23 +0000
commit4e9cd2a73231f61f8cea9903caf25264e8229b4f (patch)
tree9f1d9a6627e5f5c42225f4bfa23c62810405a5f0 /recipes-qt
parentd6517f85708e7a254afed0a0f4b0fdeffc50ef08 (diff)
downloadmeta-boot2qt-4e9cd2a73231f61f8cea9903caf25264e8229b4f.tar.gz
qtwebbrowser: update revision
Change-Id: I663368ab7b29136b0219e383ea25cd2cdbaeb052 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/automotive/qtwebbrowser_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-qt/automotive/qtwebbrowser_git.bb b/recipes-qt/automotive/qtwebbrowser_git.bb
index 25494bf..dca7bf9 100644
--- a/recipes-qt/automotive/qtwebbrowser_git.bb
+++ b/recipes-qt/automotive/qtwebbrowser_git.bb
@@ -20,21 +20,21 @@
20############################################################################## 20##############################################################################
21 21
22DESCRIPTION = "Qt Web Browser" 22DESCRIPTION = "Qt Web Browser"
23LICENSE = "GPLv3" 23LICENSE = "GPL-3.0"
24LIC_FILES_CHKSUM = "file://src/main.cpp;md5=e78c6c33aa5ec2464456b72daf61ef9c;beginline=1;endline=36" 24LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6"
25 25
26inherit qmake5 sdk-sources 26inherit qmake5 sdk-sources
27 27
28SRC_URI = " \ 28SRC_URI = " \
29 git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtwebbrowser \ 29 git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Src/qtwebbrowser \
30 " 30 "
31 31
32SRCREV = "2e18b419a7084b1e39bf8749855768a1002e34de" 32SRCREV = "7c570ee4297946f3ed70565a630d690070533cbd"
33BRANCH = "dev" 33BRANCH = "dev"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36
37DEPENDS = "qtbase qtdeclarative qtwebengine" 37DEPENDS = "qtbase qtdeclarative qtwebengine"
38 38
39FILES_${PN} += "/data/user/qt/qtwebbrowser" 39FILES_${PN} += "/data/user/qt/qtwebbrowser-app"
40FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser/.debug" 40FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser-app/.debug"