From d0eec987d5e29ed61505d591a34c3a18a90d20b2 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 9 Mar 2011 01:29:37 +0000 Subject: gst-plugins-good: remove dependency on hal On Tuesday 08 March 2011 18:55:44 Richard Purdie wrote: > > Saul Wold (3): > > gst-plugins: Added hal to DEPENDS > > attr: Added ncurses to depends > > lsb-live image: add lsb-live and lsb-sdk-live image types > > Merged. I'd like to drop the hal dependency if someone can send me a > patch which disables it and everything works. Patch attached to do this (against oe-core) . Cheers, Paul From d6f52ebf89e8413f8e24bbc9ab58a0d0e5c45c09 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 9 Mar 2011 01:21:25 +0000 Subject: [PATCH] gst-plugins-good: remove dependency on hal Disable hal usage at configure time to avoid dependency on hal (which is deprecated). Only affects "halelements" which is of no use without hal. Fixes [YOCTO #810] and reverts changes from c6b0c5720fa. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc') diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index d1abd369d9..4edca95611 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 hal" +DEPENDS = "gstreamer" inherit autotools pkgconfig -- cgit v1.2.3