summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"