gconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 11 May 2010 21:41:38 +0000 (23:41 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 13 May 2010 17:32:05 +0000 (19:32 +0200)
If we don't depend on dbus-x11 starting /etc/x11/xserver-nodm output messages like:
  GConf Error: Failed to contact configuration server; some possible causes are that you
  need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system
  crash.
I think gconf is the right package to depend on dbus-x11 because:
  work/.../GConf-2.28.0/po $ grep "GConf Error:" en_GB.po
  msgid "GConf Error: %s\n"
  msgstr "GConf Error: %s\n"
And :
  grep "Failed to contact configuration server" en_GB.po
  "Failed to contact configuration server; some possible causes are that you "
  "Failed to contact configuration server; some possible causes are that you "
And:
<khem> GNUtoo: I have seen this error with firefox on my desktop
<GNUtoo> yes but I wonder where to add the dep,then not in matchbox-something
<GNUtoo> maybe in gconf
<khem> yeah gconf seems best

recipes/gnome/gconf_2.28.0.bb

index 225302b..e0aaffe 100644 (file)
@@ -10,6 +10,10 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2
 SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac"
 SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8"
 
+PR="r1"
+
+RDEPENDS += "dbus-x11"
+
 EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk POLKIT_POLICY_FILE_VALIDATE=true"
 
 inherit autotools gettext