From: Neuer User <auslands-kv@gmx.de>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH]Fix: QA Issue: qtmultimedia: Files/directories were installed but not shipped
Date: Fri, 25 Apr 2014 08:10:01 +0200 [thread overview]
Message-ID: <ljcu7p$b1t$1@ger.gmane.org> (raw)
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 \
next reply other threads:[~2014-04-25 6:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 6:10 Neuer User [this message]
2014-04-25 12:35 ` [meta-qt5][PATCH]Fix: QA Issue: qtmultimedia: Files/directories were installed but not shipped Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ljcu7p$b1t$1@ger.gmane.org' \
--to=auslands-kv@gmx.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.