summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-06 09:12:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-08 11:04:21 -0800
commitf12715121193b7a70639f30a0f8fe6becd48545f (patch)
tree9c486f06a3cd29f9b212e200784a8eb4a69f73c3 /meta/recipes-multimedia/gstreamer/gst-plugins.inc
parent9ebf8f9d191f1f378e3b22ca20a44da06a6ab2de (diff)
downloadpoky-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/gstreamer/gst-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins.inc2
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/"
3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" 3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
4SECTION = "multimedia" 4SECTION = "multimedia"
5PRIORITY = "optional" 5PRIORITY = "optional"
6DEPENDS = "gstreamer" 6DEPENDS = "gstreamer hal"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9