[oe] [PATCH] qtwebkit-examples: add missing RDEPENDS for qmlplugins

Nicolas Dechesne nicolas.dechesne at linaro.org
Tue Oct 22 15:38:01 UTC 2013


Some examples require qtwebkit-qmlplugins (flickerview, youtubeview),
and this dependency is not automatically added. Without this patch,
and without manually adding qtwekbit-qmlplugins, we get errors like
this:

qrc:///flickrview.qml:42:1: module "QtWebKit" is not installed

Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
---
 recipes-qt/qt5/qtwebkit-examples.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc
index 38b2a7c..50c28cd 100644
--- a/recipes-qt/qt5/qtwebkit-examples.inc
+++ b/recipes-qt/qt5/qtwebkit-examples.inc
@@ -9,3 +9,4 @@ SRC_URI += " \
 "
 
 DEPENDS += "qtwebkit"
+RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
-- 
1.8.4.1




More information about the Openembedded-devel mailing list