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: [PATCH 3/3] task-arago-qte-toolchain-target: Add additional packages
Date: Thu, 15 Nov 2012 18:43:24 -0500 [thread overview]
Message-ID: <20121115234322.GM10887@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C321AE8@DFLE09.ent.ti.com>
On Thu, Nov 15, 2012 at 06:39:43PM -0500, Cooper Jr., Franklin wrote:
>
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, November 15, 2012 5:31 PM
> To: Franklin S. Cooper Jr
> Cc: meta-arago@arago-project.org; Cooper Jr., Franklin
> Subject: Re: [meta-arago] [PATCH 3/3] task-arago-qte-toolchain-target: Add additional packages
>
> On Thu, Nov 15, 2012 at 05:25:56PM -0600, Franklin S. Cooper Jr wrote:
> > * Adding additional packages that were automatically installed with Qt in
> > classic Arago but not being done now.
> > * This insures the packages installed in the old SDK matches the new one.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> > .../tasks/task-arago-qte-toolchain-target.bb | 16 ++++++++++++++--
> > 1 files changed, 14 insertions(+), 2 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
> > index d919af2..2635c63 100644
> > ---
> > a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target
> > .bb
> > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-ta
> > +++ rget.bb
> > @@ -2,12 +2,20 @@ DESCRIPTION = "Target packages for Qt Embedded SDK"
> > LICENSE = "MIT"
> > ALLOW_EMPTY = "1"
> >
> > -PR = "r2"
> > +PR = "r3"
> >
> > LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> > file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> >
> > +
> > +QT_SGX_SUPPORT = "\
> > + qt4-embedded-gles-dev \
>
> ^^^
>
> > + libqt-embeddedopengl4-dev \
> > + libqt-embeddedpvrqwswsegl4-dev \
> > +"
> > +
> > RDEPENDS_${PN} += " \
> > + qt4-embedded-dev \
>
> ^^^
> I still don't think we need this...
>
> Also, you have qt4-embedded-gles-dev conditionally, but qt4-embedded-dev unconditionally - is that right?
>
> Franklin:
> No. It should have been:
> ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles',' qt4-embedded-gles-dev', ' qt4-embedded-dev ', d)} \
Ok, I thought so.
> And the qt4-embedded package doesn't exist. Why it doesn't complaining I am not sure but the content of the qt4-embedded-dev package is not being included in linux-devkit
But then again, I don't think we need it:
http://arago-project.org/pipermail/meta-arago/2012-November/000487.html
>
> > task-core-standalone-sdk-target \
> > qt4-embedded-mkspecs \
> > libqt-embeddedmultimedia4-dev \
> > @@ -30,4 +38,8 @@ RDEPENDS_${PN} += " \
> > libqt-embeddedwebkit4-dev \
> > libqt-embeddedxml4-dev \
> > libsqlite3-dev \
> > - "
> > + libqt-embeddedxmlpatterns4-dev \
> > + libqt-embeddedmultimedia4-dev \
> > + libqt-embeddeddeclarative4-dev \
> > + ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles','${QT_SGX_SUPPORT}', '', d)} \
> > +"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2012-11-15 23:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 23:25 [PATCH 1/3] task-arago-qte-sdk-target: Delete unused task Franklin S. Cooper Jr
2012-11-15 23:25 ` [PATCH 2/3] task-arago-qte: Add additional packages Franklin S. Cooper Jr
2012-11-15 23:31 ` Denys Dmytriyenko
2012-11-15 23:25 ` [PATCH 3/3] task-arago-qte-toolchain-target: " Franklin S. Cooper Jr
2012-11-15 23:30 ` Denys Dmytriyenko
2012-11-15 23:39 ` Cooper Jr., Franklin
2012-11-15 23:41 ` Cooper Jr., Franklin
2012-11-15 23:43 ` Denys Dmytriyenko [this message]
2012-11-15 23:48 ` Cooper Jr., Franklin
2012-11-16 15:22 ` Maupin, Chase
-- strict thread matches above, loose matches on Subject: below --
2012-11-15 23:57 [PATCH 2/3 v2] task-arago-qte: " Franklin S. Cooper Jr
2012-11-15 23:57 ` [PATCH 3/3] task-arago-qte-toolchain-target: " Franklin S. Cooper Jr
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=20121115234322.GM10887@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.