diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-04-27 09:22:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:18 +0100 |
commit | 630a645ed6fa1716e33c5f4e3d9499dcaf7b3707 (patch) | |
tree | cf4e62dde7cba948331676ec80338d7a86436d52 /meta-demoapps | |
parent | e2f1638d9f1447064e56dcee84ad8f241ca2efa7 (diff) | |
download | poky-630a645ed6fa1716e33c5f4e3d9499dcaf7b3707.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
(From OE-Core rev: 3c04049516fe09969bbb9af501aae260f8ce4c91)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps')
-rw-r--r-- | meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "GNOME keyboard library" | 1 | DESCRIPTION = "GNOME keyboard library" |
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | 3 | ||
4 | DEPENDS = "gconf-dbus dbus libxklavier gtk+" | 4 | DEPENDS = "gconf dbus libxklavier gtk+" |
5 | 5 | ||
6 | inherit gnome | 6 | inherit gnome |
7 | 7 | ||