X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Fweb-runtime%2Fweb-runtime_0.1.bb;h=c58daea30fc483e6e8938f71b8e679fe4f874e80;hb=bfc447d468f749d9161996f917ba3567ae063de4;hp=fa149875caf905a0b150e67c3395cb94bf5c43ad;hpb=6dbefa1e2b6aa9ab52353360405905515793a3a3;p=AGL%2Fmeta-agl.git 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 fa149875c..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,16 @@ 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 +RPROVIDES_${PN} += "virtual/webruntime" do_configure() { :