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 <[email protected] > > > wrote: > > > My guess is that you're missing a few qtbase PACKAGECONFIGs. > > > > On Wed, Jun 21, 2017 at 8:15 PM, Paul Knopf <[email protected] > > > > > 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 > > > [email protected] > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > > > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
