diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:12:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 11:04:21 -0800 |
commit | f12715121193b7a70639f30a0f8fe6becd48545f (patch) | |
tree | 9c486f06a3cd29f9b212e200784a8eb4a69f73c3 /meta/recipes-multimedia | |
parent | 9ebf8f9d191f1f378e3b22ca20a44da06a6ab2de (diff) | |
download | poky-f12715121193b7a70639f30a0f8fe6becd48545f.tar.gz |
gst-plugins: Added hal to DEPENDS
Fixes [YOCTO #810]
(From OE-Core rev: c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index 4edca95611..d1abd369d9 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gstreamer.freedesktop.org/" | |||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "gstreamer" | 6 | DEPENDS = "gstreamer hal" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||