All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][pyro][PATCH] qtquickcontrols: fix qa issue installed-vs-shipped
@ 2017-06-29 14:10 Stefan Müller-Klieser
  2017-06-29 15:21 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Müller-Klieser @ 2017-06-29 14:10 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-30  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 14:10 [meta-qt5][pyro][PATCH] qtquickcontrols: fix qa issue installed-vs-shipped Stefan Müller-Klieser
2017-06-29 15:21 ` Martin Jansa
2017-06-30  9:20   ` Stefan Müller-Klieser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.