diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2014-08-04 16:41:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-06 10:23:39 +0100 |
commit | 2dab9e62125504009ea6798f7746b13097cb6ce6 (patch) | |
tree | 8d2a8cf175622f2466de922d916d8f96368d1dda /meta/recipes-multimedia/gstreamer | |
parent | 74f0424b31db90610e9ae01048850b630a2282fb (diff) | |
download | poky-2dab9e62125504009ea6798f7746b13097cb6ce6.tar.gz |
gstreamer1.0-omx: Remove unnecessary dependency on plugins-bad.
This also corrects an erroneous overwriting of the dependencies
from the inc file.
(From OE-Core rev: d98e43a332f708b6db75109b90dcc6f562685f7a)
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb index 11c77aeada..a390205621 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | |||
@@ -2,8 +2,6 @@ DEFAULT_PREFERENCE = "-1" | |||
2 | 2 | ||
3 | include gstreamer1.0-omx.inc | 3 | include gstreamer1.0-omx.inc |
4 | 4 | ||
5 | DEPENDS = "gstreamer1.0-plugins-bad" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
8 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" | 6 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" |
9 | 7 | ||