All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 2/7] packagegroup-arago-qt5: Create Qt5 target package group
Date: Mon, 25 Nov 2013 11:19:43 -0500	[thread overview]
Message-ID: <20131125161943.GH690@edge> (raw)
In-Reply-To: <1385398442-24668-2-git-send-email-fcooper@ti.com>

On Mon, Nov 25, 2013 at 10:53:57AM -0600, Franklin S. Cooper Jr wrote:
> * Create package group that by default includes essential Qt 5 plugins.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-qt5.bb        |   33 ++++++++++++++++++++
>  1 files changed, 33 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb
> new file mode 100644
> index 0000000..57d9a6c
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb
> @@ -0,0 +1,33 @@
> +DESCRIPTION = "Task to add Qt 5 embedded related packages"
> +LICENSE = "MIT"
> +PR = "r0"
> +
> +inherit packagegroup
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +QT_SGX_SUPPORT = "\
> +    qt3d \
> +    qt3d-qmlplugins \
> +"
> +
> +RDEPENDS_${PN} = "\
> +    qtbase \
> +    qtbase-plugins \
> +    qtbase-fonts \
> +    qtbase-fonts-pfa \
> +    qtbase-fonts-pfb \
> +    qtbase-fonts-qpf \
> +    qtbase-fonts-ttf-dejavu \
> +    qtbase-fonts-ttf-vera \

Please drop the specific fonts - qtbase-fonts pulls all the individual fonts 
already.


> +    qtwebkit-qmlplugins \
> +    qtwebkit \
> +    qtdeclarative \
> +    qtdeclarative-qmlplugins \
> +    qtjsbackend \
> +    qtlocation \
> +    qtsvg \
> +    qtsvg-plugins \
> +    ${@base_contains('MACHINE_FEATURES','sgx','${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:[~2013-11-25 16:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 16:53 [PATCH 1/7] qtbase: Fix runtime issues Franklin S. Cooper Jr
2013-11-25 16:53 ` [PATCH 2/7] packagegroup-arago-qt5: Create Qt5 target package group Franklin S. Cooper Jr
2013-11-25 16:19   ` Denys Dmytriyenko [this message]
2013-11-25 16:32     ` Denys Dmytriyenko
2013-11-25 16:39       ` Cooper Jr., Franklin
2013-11-25 16:53 ` [PATCH 3/7] packagegroup-arago-tisdk-qt: Make packagegroup generic Franklin S. Cooper Jr
2013-11-25 16:22   ` Denys Dmytriyenko
2013-11-25 16:35     ` Cooper Jr., Franklin
2013-11-25 16:43       ` Denys Dmytriyenko
2013-11-25 16:47         ` Cooper Jr., Franklin
2013-11-25 16:53 ` [PATCH 4/7] packagegroup-arago-tisdk-qt-sdk-host: " Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 5/7] packagegroup-arago-qt5-toolchain-target: Only include qt3D when using SGX Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 6/7] packagegroup-arago-toolchain-tisdk-target: Select packagegroup depending on Qt Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 7/7] images: Update images to reflect packagegroup renaming 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=20131125161943.GH690@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.