From e82d09637e7546f6cd7e8c752758c8bdab0c778b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 1 Dec 2017 12:24:46 +0100 Subject: Removing qtwebkit to be replaced by qtwebengine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-1159 Change-Id: Ieecc7cc51015dd0b7ce689e90f43fcd17b3eb62d Signed-off-by: Romain Forlot Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12289 Reviewed-by: José Bollo Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Reviewed-by: ronan Le Martret Reviewed-by: Stéphane Desneux --- meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime | 2 +- meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime index ca712e155..80685eb81 100755 --- a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime +++ b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/qt5/qmlscene "$1" /usr/bin/web-runtime-webkit.qml +exec /usr/bin/qt5/qmlscene "$1" /usr/bin/web-runtime.qml diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb b/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb index c58daea30..8cbe08a76 100644 --- a/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb +++ b/meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb @@ -14,7 +14,6 @@ SRC_URI = "\ RDEPENDS_${PN} = "\ qtdeclarative-tools \ - qtwebkit-qmlplugins \ qtwayland-qmlplugins \ qtquickcontrols-qmlplugins \ " -- cgit 1.2.3-korg