* [PATCH 1/2] qt5: rename bbappends for the new 5.4.1 version
@ 2015-03-03 8:19 Denys Dmytriyenko
2015-03-03 8:19 ` [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-03-03 8:19 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../recipes-qt/qt5/{qtbase_5.4.0.bbappend => qtbase_5.4.1.bbappend} | 0
.../recipes-qt/qt5/{qtwebkit_5.4.0.bbappend => qtwebkit_5.4.1.bbappend} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename meta-arago-distro/recipes-qt/qt5/{qtbase_5.4.0.bbappend => qtbase_5.4.1.bbappend} (100%)
rename meta-arago-distro/recipes-qt/qt5/{qtwebkit_5.4.0.bbappend => qtwebkit_5.4.1.bbappend} (100%)
diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.4.0.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_5.4.1.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-qt/qt5/qtbase_5.4.0.bbappend
rename to meta-arago-distro/recipes-qt/qt5/qtbase_5.4.1.bbappend
diff --git a/meta-arago-distro/recipes-qt/qt5/qtwebkit_5.4.0.bbappend b/meta-arago-distro/recipes-qt/qt5/qtwebkit_5.4.1.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-qt/qt5/qtwebkit_5.4.0.bbappend
rename to meta-arago-distro/recipes-qt/qt5/qtwebkit_5.4.1.bbappend
--
2.2.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies
2015-03-03 8:19 [PATCH 1/2] qt5: rename bbappends for the new 5.4.1 version Denys Dmytriyenko
@ 2015-03-03 8:19 ` Denys Dmytriyenko
2015-03-03 15:07 ` Cooper Jr., Franklin
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-03-03 8:19 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies
2015-03-03 8:19 ` [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies Denys Dmytriyenko
@ 2015-03-03 15:07 ` Cooper Jr., Franklin
2015-03-03 15:43 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2015-03-03 15:07 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org
Are there any dev packages for these packages that you added that should also be added to Linux-devkit?
> On Mar 3, 2015, at 2:19 AM, Denys Dmytriyenko <denis@denix.org> wrote:
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies
2015-03-03 15:07 ` Cooper Jr., Franklin
@ 2015-03-03 15:43 ` Denys Dmytriyenko
2015-03-03 15:52 ` Cooper Jr., Franklin
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-03-03 15:43 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
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 <denis@denix.org> wrote:
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > .../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
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies
2015-03-03 15:43 ` Denys Dmytriyenko
@ 2015-03-03 15:52 ` Cooper Jr., Franklin
0 siblings, 0 replies; 5+ messages in thread
From: Cooper Jr., Franklin @ 2015-03-03 15:52 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, March 03, 2015 9:43 AM
> To: Cooper Jr., Franklin
> Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 2/2] packagegroup-*-qte: update to
> include remaining qt5 modules and dependencies
>
> 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.
[Franklin] Alright thanks
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
>
>
> > > On Mar 3, 2015, at 2:19 AM, Denys Dmytriyenko <denis@denix.org>
> wrote:
> > >
> > > From: Denys Dmytriyenko <denys@ti.com>
> > >
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > ---
> > > .../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
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-03 15:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 8:19 [PATCH 1/2] qt5: rename bbappends for the new 5.4.1 version Denys Dmytriyenko
2015-03-03 8:19 ` [PATCH 2/2] packagegroup-*-qte: update to include remaining qt5 modules and dependencies Denys Dmytriyenko
2015-03-03 15:07 ` Cooper Jr., Franklin
2015-03-03 15:43 ` Denys Dmytriyenko
2015-03-03 15:52 ` Cooper Jr., Franklin
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.