All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org, "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: Re: [PATCH 3/3] task-arago-qte-toolchain-target: Add additional packages
Date: Thu, 15 Nov 2012 18:30:50 -0500	[thread overview]
Message-ID: <20121115233049.GK10887@edge> (raw)
In-Reply-To: <1353021956-18687-3-git-send-email-fcooper@ti.com>

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-target.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?


>          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


  reply	other threads:[~2012-11-15 23:30 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 [this message]
2012-11-15 23:39     ` Cooper Jr., Franklin
2012-11-15 23:41       ` Cooper Jr., Franklin
2012-11-15 23:43       ` Denys Dmytriyenko
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=20121115233049.GK10887@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=fcooperjr27@gmail.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.