* meta-qt5 nothing provides qtdeclarative-plugins
@ 2017-06-21 18:15 Paul Knopf
2017-06-21 18:37 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Paul Knopf @ 2017-06-21 18:15 UTC (permalink / raw)
To: openembedded-devel
When I try to use "packagegroup-qt5-qtcreator-debug", I get this error.
nothing provides qtdeclarative-plugins needed by
packagegroup-qt5-qtcreator-debug-1.0-r0.noarch
I am using poky/pyro, with meta-qt5/master
(3ae86cb32edd1449f702e0a094929ae9b21ce191).
I checked the build/workspace directory for this recipe, and indeed, no
files are being put into the qtdeclarative-plugins package. The build
directory contains no plugins directory.
I checked the morty branch and some "plugins/qmltooling/libqmldbg_*".so"
files were being placed inside of the "qtdeclarative-plugins" package.
Does the "packagegroup-qt5-qtcreator-debug" need to remove the
"qtdeclarative-plugins" dependency, or does the qtdeclarative recipe need
to be fixes to include plugins in the build output?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: meta-qt5 nothing provides qtdeclarative-plugins
2017-06-21 18:15 meta-qt5 nothing provides qtdeclarative-plugins Paul Knopf
@ 2017-06-21 18:37 ` Martin Jansa
2017-06-21 18:41 ` Paul Knopf
0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2017-06-21 18:37 UTC (permalink / raw)
To: Paul Knopf; +Cc: openembedded-devel
My guess is that you're missing a few qtbase PACKAGECONFIGs.
On Wed, Jun 21, 2017 at 8:15 PM, Paul Knopf <pauldotknopf@gmail.com> wrote:
> When I try to use "packagegroup-qt5-qtcreator-debug", I get this error.
>
> nothing provides qtdeclarative-plugins needed by
> packagegroup-qt5-qtcreator-debug-1.0-r0.noarch
>
> I am using poky/pyro, with meta-qt5/master
> (3ae86cb32edd1449f702e0a094929ae9b21ce191).
>
> I checked the build/workspace directory for this recipe, and indeed, no
> files are being put into the qtdeclarative-plugins package. The build
> directory contains no plugins directory.
>
> I checked the morty branch and some "plugins/qmltooling/libqmldbg_*".so"
> files were being placed inside of the "qtdeclarative-plugins" package.
>
> Does the "packagegroup-qt5-qtcreator-debug" need to remove the
> "qtdeclarative-plugins" dependency, or does the qtdeclarative recipe need
> to be fixes to include plugins in the build output?
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: meta-qt5 nothing provides qtdeclarative-plugins
2017-06-21 18:37 ` Martin Jansa
@ 2017-06-21 18:41 ` Paul Knopf
2017-06-21 18:55 ` Martin Kelly
0 siblings, 1 reply; 4+ messages in thread
From: Paul Knopf @ 2017-06-21 18:41 UTC (permalink / raw)
To: Martin Jansa; +Cc: Connor Flaat, openembedded-devel
I'm not familiar with the qt5 build process. Do you know what PACKAGECONFIG
I need to enable?
https://github.com/meta-qt5/meta-qt5/blob/3ae86cb/recipes-qt/qt5/qtbase_git.bb
On Wed, Jun 21, 2017 at 2:37 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:
> My guess is that you're missing a few qtbase PACKAGECONFIGs.
>
> On Wed, Jun 21, 2017 at 8:15 PM, Paul Knopf <pauldotknopf@gmail.com>
> wrote:
>
>> When I try to use "packagegroup-qt5-qtcreator-debug", I get this error.
>>
>> nothing provides qtdeclarative-plugins needed by
>> packagegroup-qt5-qtcreator-debug-1.0-r0.noarch
>>
>> I am using poky/pyro, with meta-qt5/master
>> (3ae86cb32edd1449f702e0a094929ae9b21ce191).
>>
>> I checked the build/workspace directory for this recipe, and indeed, no
>> files are being put into the qtdeclarative-plugins package. The build
>> directory contains no plugins directory.
>>
>> I checked the morty branch and some "plugins/qmltooling/libqmldbg_*".so"
>> files were being placed inside of the "qtdeclarative-plugins" package.
>>
>> Does the "packagegroup-qt5-qtcreator-debug" need to remove the
>> "qtdeclarative-plugins" dependency, or does the qtdeclarative recipe need
>> to be fixes to include plugins in the build output?
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: meta-qt5 nothing provides qtdeclarative-plugins
2017-06-21 18:41 ` Paul Knopf
@ 2017-06-21 18:55 ` Martin Kelly
0 siblings, 0 replies; 4+ messages in thread
From: Martin Kelly @ 2017-06-21 18:55 UTC (permalink / raw)
To: martin.jansa@gmail.com, pauldotknopf@gmail.com
Cc: cflaat@medxchange.com, openembedded-devel@lists.openembedded.org
On Wed, 2017-06-21 at 14:41 -0400, Paul Knopf wrote:
> I'm not familiar with the qt5 build process. Do you know what
> PACKAGECONFIG
> I need to enable?
>
> https://github.com/meta-qt5/meta-qt5/blob/3ae86cb/recipes-qt/qt5/qtba
> se_git.bb
>
You need qml-debug. See this thread for more details:
https://lists.linuxfoundation.org/pipermail/automotive-discussions/2017
-May/004026.html
From the thread, if you don't need the qmltooling plugin, then I
believe you can just drop your dependency on qtdeclarative-plugins, and
the error will go away.
> On Wed, Jun 21, 2017 at 2:37 PM, Martin Jansa <martin.jansa@gmail.com
> >
> wrote:
>
> > My guess is that you're missing a few qtbase PACKAGECONFIGs.
> >
> > On Wed, Jun 21, 2017 at 8:15 PM, Paul Knopf <pauldotknopf@gmail.com
> > >
> > wrote:
> >
> > > When I try to use "packagegroup-qt5-qtcreator-debug", I get this
> > > error.
> > >
> > > nothing provides qtdeclarative-plugins needed by
> > > packagegroup-qt5-qtcreator-debug-1.0-r0.noarch
> > >
> > > I am using poky/pyro, with meta-qt5/master
> > > (3ae86cb32edd1449f702e0a094929ae9b21ce191).
> > >
> > > I checked the build/workspace directory for this recipe, and
> > > indeed, no
> > > files are being put into the qtdeclarative-plugins package. The
> > > build
> > > directory contains no plugins directory.
> > >
> > > I checked the morty branch and some
> > > "plugins/qmltooling/libqmldbg_*".so"
> > > files were being placed inside of the "qtdeclarative-plugins"
> > > package.
> > >
> > > Does the "packagegroup-qt5-qtcreator-debug" need to remove the
> > > "qtdeclarative-plugins" dependency, or does the qtdeclarative
> > > recipe need
> > > to be fixes to include plugins in the build output?
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > >
> >
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-21 19:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 18:15 meta-qt5 nothing provides qtdeclarative-plugins Paul Knopf
2017-06-21 18:37 ` Martin Jansa
2017-06-21 18:41 ` Paul Knopf
2017-06-21 18:55 ` Martin Kelly
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox