diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-25 15:39:19 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-25 15:39:19 +0100 |
commit | 25b0f22d36c2d9f88bbd0dba121d409dac185f10 (patch) | |
tree | 25cb494c80632ea6e605d0fc519e8db2cb18aa79 /packages | |
parent | 28671fcc6a3d34c085ec55567aa81490c3b68c06 (diff) |
task-gstreamer-ti: add gst-plugins-bad
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tasks/task-gstreamer-ti.bb | 6 |
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 \ |