All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [morty/master][PATCH 4/4] packagegroup-*-qte*: remove QtWebKit dependency
Date: Mon, 11 Sep 2017 22:21:36 -0400	[thread overview]
Message-ID: <20170912022136.GR8304@edge> (raw)
In-Reply-To: <20170905231927.GI8304@edge>

Ping. If there are no objections, I'll merge this patch on Tuesday.


On Tue, Sep 05, 2017 at 07:19:27PM -0400, Denys Dmytriyenko wrote:
> Eric, Jake, et al,
> 
> I'll take the first 3 patches in this series into morty-next for testing to 
> get into rc2, but I'll leave out this #4 for now - waiting for your comments. 
> Thanks.
> 
> -- 
> Denys
> 
> 
> On Tue, Sep 05, 2017 at 07:09:52PM -0400, Denys Dmytriyenko wrote:
> > Replaced with either QtWebEngine or full Chromium on A15 platforms.
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  .../recipes-core/packagegroups/packagegroup-arago-qte.bb             | 5 +----
> >  .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb       | 4 +---
> >  .../packagegroups/packagegroup-arago-qte-toolchain-target.bb         | 5 +----
> >  3 files changed, 3 insertions(+), 11 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 f6788f3..fb38ab8 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 = "r12"
> > +PR = "r13"
> >  
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  
> > @@ -36,9 +36,6 @@ QT5_ESSENTIALS = "\
> >      qtmultimedia-qmlplugins \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-plugins', '', d)} \
> >      qt3d-qmlplugins \
> > -    qtwebkit-qmlplugins \
> > -    qtquick1-plugins \
> > -    qtquick1-qmlplugins \
> >      qtquickcontrols-qmlplugins \
> >      qtquickcontrols2-qmlplugins \
> >      qtgraphicaleffects-qmlplugins \
> > 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 30bac7b..f6f7468 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 = "r16"
> > +PR = "r17"
> >  
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  
> > @@ -20,14 +20,12 @@ QT5_DEMOS = "\
> >      qtdeclarative-tools \
> >      qtlocation-examples \
> >      qtmultimedia-examples \
> > -    qtquick1-examples \
> >      qtscript-examples \
> >      qtsvg-examples \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-examples', '', d)} \
> >      qtwebbrowser \
> >      qtwebbrowser-examples \
> >      qtwebengine-examples \
> > -    qtwebkit-examples-examples \
> >  "
> >  
> >  QT_DEMOS = "\
> > diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
> > index 73bae9d..88c5c6b 100644
> > --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
> > +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
> > @@ -1,7 +1,7 @@
> >  DESCRIPTION = "Target packages for Qt Embedded SDK"
> >  LICENSE = "MIT"
> >  
> > -PR = "r11"
> > +PR = "r12"
> >  
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  
> > @@ -47,7 +47,6 @@ QT5_DEV = " \
> >          qtbase-mkspecs \
> >          qtdeclarative-mkspecs \
> >          qtscript-mkspecs \
> > -        qtwebkit-mkspecs \
> >          qt3d-mkspecs \
> >          qtlocation-mkspecs \
> >          qtsensors-mkspecs \
> > @@ -57,13 +56,11 @@ QT5_DEV = " \
> >          qtbase-staticdev \
> >          qtdeclarative-dev \
> >          qtscript-dev \
> > -        qtwebkit-dev \
> >          qt3d-dev \
> >          qtlocation-dev \
> >          qtsensors-dev \
> >          qtsvg-dev \
> >          qtxmlpatterns-dev \
> > -        qtquick1-dev \
> >          qtwebengine-mkspecs \
> >          qtwebengine-dev \
> >  "
> > -- 
> > 2.7.4
> > 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2017-09-12  2:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-05 23:09 [morty/master][PATCH 1/4] qt-vars: add QtWebEngine dependency variable Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 2/4] matrix-gui-browser: Matrix browser is now QtWebEngine based, update DEPENDS Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 3/4] packagegroup-*-graphics: add chromium-wayland for A15 platforms Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 4/4] packagegroup-*-qte*: remove QtWebKit dependency Denys Dmytriyenko
2017-09-05 23:19   ` Denys Dmytriyenko
2017-09-12  2:21     ` Denys Dmytriyenko [this message]

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=20170912022136.GR8304@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.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.