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:51:40 +0100 |
commit | 3c04049516fe09969bbb9af501aae260f8ce4c91 (patch) | |
tree | 2860d68df54493ade69f9cb0e8d52ef70dd01be7 /meta/recipes-support/libproxy | |
parent | a0a563d0d0febacef3f9080db24fa968e8c5f08b (diff) | |
download | openembedded-core-3c04049516fe09969bbb9af501aae260f8ce4c91.tar.gz openembedded-core-3c04049516fe09969bbb9af501aae260f8ce4c91.tar.bz2 openembedded-core-3c04049516fe09969bbb9af501aae260f8ce4c91.zip |
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/recipes-support/libproxy')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb index 255cd5bfa4..2e1806540f 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.6.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.6.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \ file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0" -DEPENDS = "virtual/libx11 xmu gconf-dbus" +DEPENDS = "virtual/libx11 xmu gconf" SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz" |