All of lore.kernel.org
 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

* Re: [meta-qt5][PATCH]Fix: QA Issue: qtmultimedia: Files/directories were installed but not shipped
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-25 12:35 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1227 bytes --]

On Fri, Apr 25, 2014 at 08:10:01AM +0200, Neuer User wrote:
> Fix: QA Issue: qtmultimedia: Files/directories were installed but not
> shipped on imx6

Please show the list of files which weren't packaged, I've seen it in
e-mail you sent me, but it should be in commit message as well.

Add SOB line.

> 
> 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 \
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[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 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.