summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-06 09:12:25 -0800
committerSaul Wold <sgw@linux.intel.com>2011-03-08 15:21:13 -0800
commitfb928dc8eaad24ae255b69f8d132aa9bb773f57a (patch)
treed19de17e22f2f1fc0117d815c8fb652c7716abcb
parent1bac3117fab34673f08bb335170ad013bbd089cf (diff)
downloadpoky-fb928dc8eaad24ae255b69f8d132aa9bb773f57a.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>
-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