From 4e9cd2a73231f61f8cea9903caf25264e8229b4f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 20 Apr 2016 12:58:59 +0300 Subject: qtwebbrowser: update revision Change-Id: I663368ab7b29136b0219e383ea25cd2cdbaeb052 Reviewed-by: Teemu Holappa --- recipes-qt/automotive/qtwebbrowser_git.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-qt') 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 @@ ############################################################################## DESCRIPTION = "Qt Web Browser" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://src/main.cpp;md5=e78c6c33aa5ec2464456b72daf61ef9c;beginline=1;endline=36" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6" inherit qmake5 sdk-sources SRC_URI = " \ - git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtwebbrowser \ + git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Src/qtwebbrowser \ " -SRCREV = "2e18b419a7084b1e39bf8749855768a1002e34de" +SRCREV = "7c570ee4297946f3ed70565a630d690070533cbd" BRANCH = "dev" S = "${WORKDIR}/git" DEPENDS = "qtbase qtdeclarative qtwebengine" -FILES_${PN} += "/data/user/qt/qtwebbrowser" -FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser/.debug" +FILES_${PN} += "/data/user/qt/qtwebbrowser-app" +FILES_${PN}-dbg += "/data/user/qt/qtwebbrowser-app/.debug" -- cgit v1.2.3-54-g00ecf