[oe] [meta-qt5][pyro][PATCH] qtquickcontrols: fix qa issue installed-vs-shipped

Stefan Müller-Klieser s.mueller-klieser at phytec.de
Thu Jun 29 14:10:49 UTC 2017


QML dialogs ship an icons.ttf which does not get picked up by the
default FILES mask.

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
---
 recipes-qt/qt5/qtquickcontrols_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb
index 69f3d3b..c72ac4f 100644
--- a/recipes-qt/qt5/qtquickcontrols_git.bb
+++ b/recipes-qt/qt5/qtquickcontrols_git.bb
@@ -22,3 +22,5 @@ SRC_URI += " \
 "
 
 SRCREV = "201c86391c7ff78d570fdec6e0c0b71eb1e9aae4"
+
+FILES_${PN}-qmlplugins += "${OE_QMAKE_PATH_QML}/*/*/*/*.ttf"
-- 
1.9.1




More information about the Openembedded-devel mailing list