diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:12:25 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:15:24 -0800 |
commit | c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc (patch) | |
tree | 4fc3aa1eb0ae56e18c4f92a9b3a1d3d0f448c639 /meta/recipes-multimedia/gstreamer | |
parent | e01574d5564e9d65759eaa08bcac80eb31a52c04 (diff) | |
download | openembedded-core-c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc.tar.gz openembedded-core-c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc.tar.bz2 openembedded-core-c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc.zip |
gst-plugins: Added hal to DEPENDS
Fixes [YOCTO #810]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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/" BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" SECTION = "multimedia" PRIORITY = "optional" -DEPENDS = "gstreamer" +DEPENDS = "gstreamer hal" inherit autotools pkgconfig |