Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-qt5][PATCH]Fix: QA Issue: qtmultimedia: Files/directories were installed but not shipped
@ 2014-04-25  6:10 Neuer User
  2014-04-25 12:35 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Neuer User @ 2014-04-25  6:10 UTC (permalink / raw)
  To: openembedded-devel

Fix: QA Issue: qtmultimedia: Files/directories were installed but not
shipped on imx6

diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index dfc1c76..a2f9a73 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -54,6 +54,7 @@ FILES_${PN}-tools-dbg = " \
 "
 FILES_${PN}-plugins-dbg = " \
     ${OE_QMAKE_PATH_PLUGINS}/*/.debug/* \
+    ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug/* \
 "

 # extra packages
@@ -98,6 +99,7 @@ FILES_${PN}-tools = " \
 "
 FILES_${PN}-plugins = " \
     ${OE_QMAKE_PATH_PLUGINS}/*/*${SOLIBSDEV} \
+    ${OE_QMAKE_PATH_PLUGINS}/*/*/*${SOLIBSDEV} \
 "
 FILES_${PN}-mkspecs = "\
     ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \



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

end of thread, other threads:[~2014-04-25 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25  6:10 [meta-qt5][PATCH]Fix: QA Issue: qtmultimedia: Files/directories were installed but not shipped Neuer User
2014-04-25 12:35 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox