From 3c04049516fe09969bbb9af501aae260f8ce4c91 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 27 Apr 2011 09:22:05 -0700 Subject: recipes: Replace gconf-dbus with gconf Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVIDER-gconf = "gconf-dbus" and for angstrom it is simply gconf Without this meta-toolchain-sdk ends up with conflicts in runqueue and does not build Signed-off-by: Khem Raj --- meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-demoapps') diff --git a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb index f2e4ec533e..68e4eeef49 100644 --- a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb +++ b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GNOME keyboard library" LICENSE = "LGPL" -DEPENDS = "gconf-dbus dbus libxklavier gtk+" +DEPENDS = "gconf dbus libxklavier gtk+" inherit gnome -- cgit 1.2.3-korg