All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] task-arago-gst-sdk-target: Add task to install gstreamer related dev packages
@ 2012-10-05  6:43 Franklin S. Cooper Jr
  2012-10-05 12:32 ` Maupin, Chase
  2012-10-05 16:25 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-05  6:43 UTC (permalink / raw)
  To: meta-arago

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}"
+
+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}"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-05 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.