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

* Re: [meta-qt5][pyro][PATCH] qtquickcontrols: fix qa issue installed-vs-shipped
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-06-29 15:21 UTC (permalink / raw)
  To: Stefan Müller-Klieser; +Cc: openembedded-devel

Isn't it needed in master as well? I don't see it in my builds, but if the
issue exists in some configuration you're using then it should be
reproducible with master branch as well as they are currently identical
with pyro.

On Thu, Jun 29, 2017 at 4:10 PM, Stefan Müller-Klieser <
s.mueller-klieser@phytec.de> wrote:

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


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

* Re: [meta-qt5][pyro][PATCH] qtquickcontrols: fix qa issue installed-vs-shipped
  2017-06-29 15:21 ` Martin Jansa
@ 2017-06-30  9:20   ` Stefan Müller-Klieser
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Müller-Klieser @ 2017-06-30  9:20 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On 29.06.2017 17:21, Martin Jansa wrote:
> Isn't it needed in master as well? I don't see it in my builds, but if 
> the issue exists in some configuration you're using then it should be 
> reproducible with master branch as well as they are currently identical 
> with pyro.
Yes, you are right. I checked it against pyro and master-next, 
overlooked that the 5.9 stuff is not yet pushed. So for 5.9, I did not 
see it. But at the momemt it should be required for master and pyro.

> 
> On Thu, Jun 29, 2017 at 4:10 PM, Stefan Müller-Klieser 
> <s.mueller-klieser@phytec.de <mailto:s.mueller-klieser@phytec.de>> wrote:
> 
>     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
>     <mailto:s.mueller-klieser@phytec.de>>
>     ---
>       recipes-qt/qt5/qtquickcontrols_git.bb
>     <http://qtquickcontrols_git.bb> | 2 ++
>       1 file changed, 2 insertions(+)
> 
>     diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb
>     <http://qtquickcontrols_git.bb>
>     b/recipes-qt/qt5/qtquickcontrols_git.bb <http://qtquickcontrols_git.bb>
>     index 69f3d3b..c72ac4f 100644
>     --- a/recipes-qt/qt5/qtquickcontrols_git.bb
>     <http://qtquickcontrols_git.bb>
>     +++ b/recipes-qt/qt5/qtquickcontrols_git.bb
>     <http://qtquickcontrols_git.bb>
>     @@ -22,3 +22,5 @@ SRC_URI += " \
>       "
> 
>       SRCREV = "201c86391c7ff78d570fdec6e0c0b71eb1e9aae4"
>     +
>     +FILES_${PN}-qmlplugins += "${OE_QMAKE_PATH_QML}/*/*/*/*.ttf"
>     --
>     1.9.1
> 
>     --
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
> 
> 



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