[oe-commits] Daniel Willmann : dbus: bump default timeout value

GIT User account git at amethyst.openembedded.net
Thu Apr 30 10:18:58 UTC 2009


Module: openembedded.git
Branch: ms5.5
Commit: 84dd6243ff7ec75a4f1bfb72dfdaf5d9a2fbe63a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=84dd6243ff7ec75a4f1bfb72dfdaf5d9a2fbe63a

Author: Daniel Willmann <daniel at totalueberwachung.de>
Date:   Thu Apr 30 12:12:42 2009 +0200

dbus: bump default timeout value

Conflicts:

	recipes/dbus/dbus_1.2.1.bb

---

 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 64ef21c..bd46c99 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 e14523d..2a663f4 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 = "r9"
+PR = "r10"





More information about the Openembedded-commits mailing list