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 2/3] task-arago-qte: Add additional packages
Date: Thu, 15 Nov 2012 18:31:57 -0500 [thread overview]
Message-ID: <20121115233157.GL10887@edge> (raw)
In-Reply-To: <1353021956-18687-2-git-send-email-fcooper@ti.com>
On Thu, Nov 15, 2012 at 05:25:55PM -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>
> ---
> .../recipes-core/tasks/task-arago-qte.bb | 14 ++++++++++++--
> 1 files changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-qte.bb b/meta-arago-distro/recipes-core/tasks/task-arago-qte.bb
> index 420a061..e2acea5 100644
> --- a/meta-arago-distro/recipes-core/tasks/task-arago-qte.bb
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-qte.bb
> @@ -1,10 +1,17 @@
> DESCRIPTION = "Task to add Qt embedded related packages"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> -PR = "r0"
> +PR = "r1"
>
> inherit task
>
> +QT_SGX_SUPPORT = "\
> + qt4-embedded-plugin-gfxdriver-gfxpvregl \
> + qt4-embedded-gles \
> + libqt-embeddedopengl4 \
> + libqt-embeddedpvrqwswsegl4 \
> +"
> +
> RDEPENDS_${PN} = "\
> qt4-embedded \
Same question - is there qt4-embedded, when you build qt4-embedded-gles?
> qt4-embedded-plugin-mousedriver-tslib \
> @@ -13,5 +20,8 @@ RDEPENDS_${PN} = "\
> qt4-embedded-plugin-imageformat-gif \
> qt4-embedded-plugin-imageformat-jpeg \
> qt4-embedded-qml-plugins \
> - ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 'qt4-embedded-plugin-gfxdriver-gfxpvregl', '', d)} \
> + libqt-embeddedmultimedia4 \
> + libqt-embeddeddeclarative4 \
> + libqt-embeddedxmlpatterns4 \
> + ${@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:31 UTC|newest]
Thread overview: 10+ 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 [this message]
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
2012-11-15 23:48 ` Cooper Jr., Franklin
2012-11-16 15:22 ` Maupin, Chase
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=20121115233157.GL10887@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.