On Tue, Mar 03, 2015 at 03:07:53PM +0000, Cooper Jr., Franklin wrote: > Are there any dev packages for these packages that you added that should > also be added to Linux-devkit?
No new modules were added, just extra plugins and examples. All the corresponding -dev are already listed. > > On Mar 3, 2015, at 2:19 AM, Denys Dmytriyenko <[email protected]> wrote: > > > > From: Denys Dmytriyenko <[email protected]> > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > .../recipes-core/packagegroups/packagegroup-arago-qte.bb | 11 > > ++++++++--- > > .../packagegroups/packagegroup-arago-tisdk-qte.bb | 12 > > +++++++----- > > 2 files changed, 15 insertions(+), 8 deletions(-) > > > > diff --git > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > index 48fdb01..9618de5 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to add Qt embedded related packages" > > LICENSE = "MIT" > > -PR = "r7" > > +PR = "r8" > > > > inherit packagegroup > > > > @@ -29,11 +29,16 @@ QT4_ESSENTIALS = "\ > > QT5_ESSENTIALS = "\ > > qtbase-plugins \ > > qtdeclarative-plugins \ > > + qtdeclarative-qmlplugins \ > > qtlocation-plugins \ > > + qtlocation-qmlplugins \ > > qtmultimedia-plugins \ > > + qtmultimedia-qmlplugins \ > > qtwayland-plugins \ > > - qt3d \ > > - qtquick1 \ > > + qt3d-qmlplugins \ > > + qtwebkit-qmlplugins \ > > + qtquick1-plugins \ > > + qtquick1-qmlplugins \ > > " > > > > RDEPENDS_${PN} = "\ > > diff --git > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > index a95a9cd..495247e 100644 > > --- > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > +++ > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to add Qt embedded related packages" > > LICENSE = "MIT" > > -PR = "r9" > > +PR = "r10" > > > > inherit packagegroup > > > > @@ -14,12 +14,14 @@ QT4_DEMOS = "\ > > " > > > > QT5_DEMOS = "\ > > - qtwayland-examples \ > > - qtwebkit-examples-examples \ > > + qt3d-examples \ > > + qtbase-examples \ > > qtdeclarative-examples \ > > + qtlocation-examples \ > > qtmultimedia-examples \ > > - qtbase-examples \ > > - qt3d-examples \ > > + qtscript-examples \ > > + qtwayland-examples \ > > + qtwebkit-examples-examples \ > > qtquick1-examples \ > > " > > > > -- > > 2.2.0 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
