From: Brijesh Singh Date: Thu, 29 Oct 2009 22:50:31 +0000 (-0500) Subject: task-gstreamer-ti: do not install gst-ti on am3517 platform X-Git-Tag: Release-2010-05/1~1816 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9d128fc9c4ff5f731ede82502ad80b0ccb37ee;p=openembedded.git task-gstreamer-ti: do not install gst-ti on am3517 platform --- diff --git a/recipes/tasks/task-gstreamer-ti.bb b/recipes/tasks/task-gstreamer-ti.bb index cf05c7ce6b..e7e13e5635 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}" +