[oe-commits] Brijesh Singh : task-gstreamer-ti: do not install gst-ti on am3517 platform

git version control git at git.openembedded.org
Mon Nov 2 12:40:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a9d128fc9c4ff5f731ede82502ad80b0ccb37ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a9d128fc9c4ff5f731ede82502ad80b0ccb37ee

Author: Brijesh Singh <bksingh at ti.com>
Date:   Thu Oct 29 17:50:31 2009 -0500

task-gstreamer-ti: do not install gst-ti on am3517 platform

---

 recipes/tasks/task-gstreamer-ti.bb |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/recipes/tasks/task-gstreamer-ti.bb b/recipes/tasks/task-gstreamer-ti.bb
index cf05c7c..e7e13e5 100644
--- a/recipes/tasks/task-gstreamer-ti.bb
+++ b/recipes/tasks/task-gstreamer-ti.bb
@@ -1,18 +1,28 @@
-# Task for dsp accelerated gstreamer plugins
+# Task for installing gstreamer plugins on TI platforms
 
-PR = "r1"
+PR = "r2"
 
-DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly gst-ffmpeg gstreamer-ti gst-openmax"
+DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly"
+
+GST_CODEC_ELEMENT = " \
+	gstreamer-ti \
+	gstreamer-ti-demo-script \
+"
+
+GST_CODEC_ELEMENT_am3517-evm = "\
+	gst-ffmpeg \
+	gst-omapfb \
+"
 
 RDEPENDS_${PN} = " \
-gst-plugins-base-meta \
-gst-plugins-good-meta \
-gst-plugins-bad-meta \
-gst-plugins-ugly-meta \
-gst-ffmpeg \
-gst-openmax \
-gstreamer-ti \
+	gst-plugins-base-meta \
+	gst-plugins-good-meta \
+	gst-plugins-bad-meta \
+	gst-plugins-ugly-meta \
+	${GST_CODEC_ELEMENT} \
 "
 
 inherit task
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+





More information about the Openembedded-commits mailing list