From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v2] task-arago-gst-sdk-target: Add task to install gstreamer related dev packages
Date: Fri, 05 Oct 2012 12:25:17 -0400 [thread overview]
Message-ID: <20121005162517.GD23366@denix.org> (raw)
In-Reply-To: <1349419415-21517-1-git-send-email-fcooper@ti.com>
On Fri, Oct 05, 2012 at 01:43:35AM -0500, Franklin S. Cooper Jr wrote:
> From: Franklin S Cooper Jr <fcooper@ti.com>
>
> * This task is used to install gstreamer and gstreamer plugins dev packages
> * Remove COMPATIBLE_MACHINE restriction
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
> Version 2 changes:
> Use new task naming convention
>
> .../tasks/task-arago-gst-sdk-target.bb | 14 ++++++++++++++
> .../recipes-core/tasks/task-arago-gst.bb | 3 +--
> 2 files changed, 15 insertions(+), 2 deletions(-)
> create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-gst-sdk-target.bb
>
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-gst-sdk-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-gst-sdk-target.bb
> new file mode 100644
> index 0000000..655cd20
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-gst-sdk-target.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "Task to build and install header and libs in sdk"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +PR = "r0"
> +
> +inherit task
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
I don't see a need for this task to be machine-specific - there are no
machine-overrides or anything like that... Any specific reason for the above?
> +RDEPENDS_${PN} = "\
> + gstreamer-dev \
> + gst-plugins-base-dev \
> + gst-plugins-good-dev \
> + gst-plugins-bad-dev \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-gst.bb b/meta-arago-distro/recipes-core/tasks/task-arago-gst.bb
> index d34402a..da9e41c 100644
> --- a/meta-arago-distro/recipes-core/tasks/task-arago-gst.bb
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-gst.bb
> @@ -1,8 +1,7 @@
> DESCRIPTION = "Task to add gstreamer and gstreamer plugins"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> -COMPATIBLE_MACHINE = "(am335x-evm|am3517-evm|am37x-evm|omap3evm|beagleboard|beaglebone)"
> -PR = "r0"
> +PR = "r1"
>
> inherit task
> PACKAGE_ARCH = "${MACHINE_ARCH}"
And same here.
--
Denys
prev parent reply other threads:[~2012-10-05 16:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-05 6:43 [PATCH v2] task-arago-gst-sdk-target: Add task to install gstreamer related dev packages Franklin S. Cooper Jr
2012-10-05 12:32 ` Maupin, Chase
2012-10-05 16:25 ` Denys Dmytriyenko [this message]
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=20121005162517.GD23366@denix.org \
--to=denys@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.