From 272689b49e33a6be03404115d41e449d948b2665 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 9 May 2017 11:49:57 -0700 Subject: web-runtime: add missing runtime dependencies web-runtime calls into qml functionality that it does not explicitly RDEPEND on. Fix this. Change-Id: I6523d6ff2b152ca120c4cd4ed0fa60710df16bc6 Signed-off-by: Martin Kelly Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9335 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 90c72eccf..c58daea30 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 @@ -12,7 +12,12 @@ SRC_URI = "\ file://web-runtime-webkit.qml;md5sum=4daf9df39078634c27a7923d37e82e3d \ " -RDEPENDS_${PN} = "qtwebkit-qmlplugins" +RDEPENDS_${PN} = "\ + qtdeclarative-tools \ + qtwebkit-qmlplugins \ + qtwayland-qmlplugins \ + qtquickcontrols-qmlplugins \ +" PROVIDES += "virtual/webruntime" # add also RPROVIDES to satisfy the packagegroup -- cgit 1.2.3-korg