aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-04-27 09:22:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:51:40 +0100
commit3c04049516fe09969bbb9af501aae260f8ce4c91 (patch)
tree2860d68df54493ade69f9cb0e8d52ef70dd01be7 /meta-demoapps
parenta0a563d0d0febacef3f9080db24fa968e8c5f08b (diff)
downloadopenembedded-core-contrib-3c04049516fe09969bbb9af501aae260f8ce4c91.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-demoapps')
-rw-r--r--meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb2
1 files changed, 1 insertions, 1 deletions
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