All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuli Piippo <samuli.piippo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
Date: Mon, 11 Apr 2016 15:54:56 +0300	[thread overview]
Message-ID: <570B9EA0.1010206@gmail.com> (raw)
In-Reply-To: <CALbNGRQfDnvkO4UT69fF9nPRQzf9L3Z2xZ7LkhCgGX+kDgk4uw@mail.gmail.com>

On 11.04.2016 14:09, Andreas Müller wrote:
> On Mon, Apr 11, 2016 at 8:02 AM, Samuli Piippo
> <samuli.piippo@theqtcompany.com> wrote:
>> On 10.04.2016 22:41, Andreas Müller wrote:
>>>
>>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>>> ---
>>>    recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>>>    1 file changed, 15 insertions(+)
>>>    create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>>>
>>> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> new file mode 100644
>>> index 0000000..41c781e
>>> --- /dev/null
>>> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> @@ -0,0 +1,15 @@
>>> +require qt5.inc
>>> +require qt5-git.inc
>>> +
>>> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
>>> +LIC_FILES_CHKSUM = " \
>>> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>>> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
>>> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
>>> +"
>>> +
>>> +DEPENDS += "qtdeclarative"
>>> +
>>> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"
>>
>>
>> all /designer/ files should go the ${PN}-designer package, since they are
>> not needed in the target.
>> Should be added by including one more level of subfolders in qt5.inc
>>
>>> +
>>> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>>>
>> --
> I checked the image of qtquickcontrols2 for files matching your
> comment but can't find any. What files do you mean?
>
> Andreas
>

Without the FILES_${PN}-qmlplugins addition, bitbake throws error:

ERROR: QA Issue: qtquickcontrols2: Files/directories were installed but 
not shipped in any package:
   /usr/lib/qml/Qt/labs/controls/designer/qtlabscontrols.metainfo

This should go to ${PN}-qmldesigner package, as well as all the other 
files from /usr/lib/qml/Qt/labs/controls/designer/* that are now in 
${PN}-qmlplugins
See FILES_${PN}-qmldesigner in qt5.inc

-samuli


  reply	other threads:[~2016-04-11 12:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
2016-04-12 10:22   ` Martin Jansa
2016-04-12 10:56     ` Andreas Müller
2016-04-20  9:24       ` Martin Jansa
2016-04-20 10:09         ` Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 02/31] qtwayland-native: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 03/31] qtbase: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 04/31] qtdeclarative: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 05/31] qttools: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 06/31] qtquickcontrols: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 07/31] qtsystems: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 08/31] qtscript: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 09/31] qtxmlpatterns: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 10/31] qtlocation: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 11/31] qtenginio: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 12/31] qtsensors: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 13/31] qtserialport: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 14/31] qtsvg: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 15/31] qtwebengine: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 16/31] qtwebkit: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 17/31] qtwebkit-examples: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 18/31] qtconnectivity: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 19/31] qtx11extras: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 20/31] qtwayland: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 22/31] qtimageformats: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 23/31] qtwebsockets: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 24/31] qttranslations: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 25/31] qtmultimedia: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 26/31] qtwebchannel: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 27/31] qt3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 28/31] qtcanvas3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 29/31] qtquick1: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
2016-04-11  6:02   ` Samuli Piippo
2016-04-11 11:09     ` Andreas Müller
2016-04-11 12:54       ` Samuli Piippo [this message]
2016-04-12  6:39         ` Andreas Müller

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=570B9EA0.1010206@gmail.com \
    --to=samuli.piippo@gmail.com \
    --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.