diff options
-rw-r--r-- | recipes-qt/automotive/qtwebbrowser_git.bb | 12 |
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 | ||
22 | DESCRIPTION = "Qt Web Browser" | 22 | DESCRIPTION = "Qt Web Browser" |
23 | LICENSE = "GPLv3" | 23 | LICENSE = "GPL-3.0" |
24 | LIC_FILES_CHKSUM = "file://src/main.cpp;md5=e78c6c33aa5ec2464456b72daf61ef9c;beginline=1;endline=36" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6" |
25 | 25 | ||
26 | inherit qmake5 sdk-sources | 26 | inherit qmake5 sdk-sources |
27 | 27 | ||
28 | SRC_URI = " \ | 28 | SRC_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 | ||
32 | SRCREV = "2e18b419a7084b1e39bf8749855768a1002e34de" | 32 | SRCREV = "7c570ee4297946f3ed70565a630d690070533cbd" |
33 | BRANCH = "dev" | 33 | BRANCH = "dev" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||
37 | DEPENDS = "qtbase qtdeclarative qtwebengine" | 37 | DEPENDS = "qtbase qtdeclarative qtwebengine" |
38 | 38 | ||
39 | FILES_${PN} += "/data/user/qt/qtwebbrowser" | 39 | FILES_${PN} += "/data/user/qt/qtwebbrowser-app" |
40 | FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser/.debug" | 40 | FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser-app/.debug" |