[oe-commits] Denis 'GNUtoo' Carikli : gconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR

git version control git at git.openembedded.org
Thu May 13 17:45:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aaf2edbcf7cebb40997ec9f519f5ae645dd5695c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aaf2edbcf7cebb40997ec9f519f5ae645dd5695c

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue May 11 23:41:38 2010 +0200

gconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR

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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gconf_2.28.0.bb b/recipes/gnome/gconf_2.28.0.bb
index 225302b..e0aaffe 100644
--- a/recipes/gnome/gconf_2.28.0.bb
+++ b/recipes/gnome/gconf_2.28.0.bb
@@ -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





More information about the Openembedded-commits mailing list