[oe-commits] Michael 'Mickey' Lauer : dbus: bump default timeout value

GIT User account git at amethyst.openembedded.net
Wed Apr 22 15:24:28 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Apr 22 17:00:16 2009 +0200

dbus: bump default timeout value

---

 recipes/dbus/dbus.inc      |    2 +-
 recipes/dbus/dbus_1.2.1.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index 047b33a..2a4b196 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -27,7 +27,7 @@ EXTRA_OECONF = "\
   --disable-doxygen-docs \
   --with-xml=expat \
   --with-x \
-  --with-dbus-default-reply-timeout=60000 \
+  --with-dbus-default-reply-timeout=200000 \
 "
 
 do_install_append() {
diff --git a/recipes/dbus/dbus_1.2.1.bb b/recipes/dbus/dbus_1.2.1.bb
index 2a663f4..7746c40 100644
--- a/recipes/dbus/dbus_1.2.1.bb
+++ b/recipes/dbus/dbus_1.2.1.bb
@@ -1,3 +1,3 @@
 include dbus.inc
 
-PR = "r10"
+PR = "r11"





More information about the Openembedded-commits mailing list