Removing qtwebkit to be replaced by qtwebengine 95/12495/2
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 1 Dec 2017 11:24:46 +0000 (12:24 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 13 Dec 2017 23:23:46 +0000 (23:23 +0000)
Bug-AGL: SPEC-1159

Change-Id: Ieecc7cc51015dd0b7ce689e90f43fcd17b3eb62d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12495
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime
meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb

index ca712e1..80685eb 100755 (executable)
@@ -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
index c58daea..8cbe08a 100644 (file)
@@ -14,7 +14,6 @@ SRC_URI = "\
 
 RDEPENDS_${PN} = "\
   qtdeclarative-tools \
-  qtwebkit-qmlplugins \
   qtwayland-qmlplugins \
   qtquickcontrols-qmlplugins \
 "