[oe] [meta-qt5][PATCH 3/3] qtwebengine: Include resources in main package and add rdep on qmlplugins

Martin Jansa martin.jansa at gmail.com
Thu Dec 11 12:23:32 UTC 2014


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-qt/qt5/qtwebengine.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index 525e657..51beac3 100644
--- a/recipes-qt/qt5/qtwebengine.inc
+++ b/recipes-qt/qt5/qtwebengine.inc
@@ -55,3 +55,7 @@ do_install_append() {
     rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true
 }
 PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
+
+# for /usr/share/qt5/qtwebengine_resources.pak
+FILES_${PN} += "${OE_QMAKE_PATH_QT_TRANSLATIONS} ${OE_QMAKE_PATH_QT_DATA}"
+RDEPENDS_${PN}-examples += "${PN}-qmlplugins"
-- 
2.1.3




More information about the Openembedded-devel mailing list