summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-25 15:39:19 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-25 15:39:19 +0100
commit25b0f22d36c2d9f88bbd0dba121d409dac185f10 (patch)
tree25cb494c80632ea6e605d0fc519e8db2cb18aa79
parent28671fcc6a3d34c085ec55567aa81490c3b68c06 (diff)
task-gstreamer-ti: add gst-plugins-bad
-rw-r--r--packages/tasks/task-gstreamer-ti.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/tasks/task-gstreamer-ti.bb b/packages/tasks/task-gstreamer-ti.bb
index e6d34be966..cf05c7ce6b 100644
--- a/packages/tasks/task-gstreamer-ti.bb
+++ b/packages/tasks/task-gstreamer-ti.bb
@@ -1,11 +1,13 @@
-
# Task for dsp accelerated gstreamer plugins
-DEPENDS = "gst-plugins-base gst-plugins-good gst-plugins-ugly gst-ffmpeg gstreamer-ti gst-openmax"
+PR = "r1"
+
+DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly gst-ffmpeg gstreamer-ti gst-openmax"
RDEPENDS_${PN} = " \
gst-plugins-base-meta \
gst-plugins-good-meta \
+gst-plugins-bad-meta \
gst-plugins-ugly-meta \
gst-ffmpeg \
gst-openmax \