All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: task-arago-qte-toolchain-target: standard qte target sdk packages
Date: Tue, 30 Oct 2012 16:11:42 -0400	[thread overview]
Message-ID: <20121030201141.GI11551@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C3109EC@DFLE09.ent.ti.com>

On Tue, Oct 30, 2012 at 03:55:57PM -0400, Cooper Jr., Franklin wrote:
> Previously MySQL was disabled in Qt in Arago but I wasn't planning on 
> disabling it again. Since in oe-core it is enabled by default I am assuming 
> there is a dependency on MySQL. Why do we need to disable MySQL?

It was originally enabled in Classic OE as well, but we ended up disabling it 
in Arago to save on build dependencies. Similar to what you are doing with X11 
dependencies...

Since I assumed you had MySQL removal already ported to meta-arago, I also 
removed qt-sql plugins from the task. If you are not going to cut MySQL 
dependencies out, I should probably put all the plugins back then.

-- 
Denys

> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Tuesday, October 30, 2012 2:48 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] task-arago-qte-toolchain-target: standard qte target sdk packages
> 
> On Fri, Oct 26, 2012 at 02:30:12PM +0000, Cooper Jr., Franklin wrote:
> > This task duplicates task-arago-qte-sdk-target quite a bit.
> > http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-ara
> > go-distro/recipes-core/tasks/task-arago-qte-sdk-target.bb;hb=HEAD
> 
> Correct. The reason for the duplication is that it goes into extras vs. 
> distro, since the corresponding meta-toolchain-qte is also there.
> 
> 
> > I don't see a need for both tasks so most likely we will get rid of 
> > task-arago-qte-sdk-target. Only thing I see that your task doesn't 
> > include is "qt4-embedded-dev" which I would think is also needed.
> 
> Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being pulled automatically. I'll verify that and if needed, add it back.
> 
> I have also noticed MySQL is being built though, which I started looking into, but wasn't able to finish before the hurricane...
> 
> --
> Denys
> 
> 
> > -----Original Message-----
> > From: Arago Project git [mailto:git@arago-project.org] 
> > Sent: Friday, October 26, 2012 12:05 AM
> > To: arago-commits@arago-project.org
> > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages
> > 
> > Module: meta-arago
> > Branch: master
> > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76
> > URL:    http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76
> > 
> > Author: Denys Dmytriyenko <denys@ti.com>
> > Date:   Fri Oct 26 01:02:52 2012 -0400
> > 
> > task-arago-qte-toolchain-target: standard qte target sdk packages
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > 
> > ---
> > 
> >  .../tasks/task-arago-qte-toolchain-target.bb       |   31 ++++++++++++++++++++
> >  1 files changed, 31 insertions(+), 0 deletions(-)
> > 
> > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb
> > new file mode 100644
> > index 0000000..67b2fbc
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb
> > @@ -0,0 +1,31 @@
> > +DESCRIPTION = "Target packages for Qt Embedded SDK"
> > +LICENSE = "MIT"
> > +ALLOW_EMPTY = "1"
> > +
> > +PR = "r1"
> > +
> > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> > +                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> > +
> > +RDEPENDS_${PN} += " \
> > +        task-core-standalone-sdk-target \
> > +        qt4-embedded-mkspecs \
> > +        libqt-embeddedmultimedia4-dev \
> > +        libqt-embeddedphonon4-dev \
> > +        libqt-embedded3support4-dev \
> > +        libqt-embeddedclucene4-dev \
> > +        libqt-embeddedcore4-dev \
> > +        libqt-embeddeddbus4-dev \
> > +        libqt-embeddeddesignercomponents4-dev \
> > +        libqt-embeddeddesigner4-dev \
> > +        libqt-embeddeduitools4-dev \
> > +        libqt-embeddedgui4-dev \
> > +        libqt-embeddedhelp4-dev \
> > +        libqt-embeddednetwork4-dev \
> > +        libqt-embeddedscript4-dev \
> > +        libqt-embeddedscripttools4-dev \
> > +        libqt-embeddedsvg4-dev \
> > +        libqt-embeddedtest4-dev \
> > +        libqt-embeddedwebkit4-dev \
> > +        libqt-embeddedxml4-dev \
> > +        "
> > 
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2012-10-30 20:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26 14:30 task-arago-qte-toolchain-target: standard qte target sdk packages Cooper Jr., Franklin
2012-10-30 19:48 ` Denys Dmytriyenko
2012-10-30 19:55   ` Cooper Jr., Franklin
2012-10-30 20:11     ` Denys Dmytriyenko [this message]
2012-11-02  1:54   ` Denys Dmytriyenko

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=20121030201141.GI11551@edge \
    --to=denys@ti.com \
    --cc=fcooper@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.