diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-10-02 09:47:22 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-10-02 09:47:22 +0000 |
commit | 4bcb1f1320fbf99139bc69447ccc0ae6bd4f0ff5 (patch) | |
tree | 0647bc3be92fce5ef04593d2b8c08346dab68283 /packages/dbus/dbus.inc | |
parent | 88c545e13bae1ce89a9809f289a01b57b19a02fe (diff) |
dbus: Add a configure option to specify the client side default bus timeout
Diffstat (limited to 'packages/dbus/dbus.inc')
-rw-r--r-- | packages/dbus/dbus.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/dbus/dbus.inc b/packages/dbus/dbus.inc index d99fa26455..09e427a7ab 100644 --- a/packages/dbus/dbus.inc +++ b/packages/dbus/dbus.inc @@ -9,7 +9,7 @@ SRC_URI = "\ file://cross.patch;patch=1 \ file://tmpdir.patch;patch=1 \ file://fix-install-daemon.patch;patch=1 \ - file://sanitize-reply-timeout.patch;patch=1 \ + file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \ file://dbus-1.init \ " @@ -27,6 +27,7 @@ EXTRA_OECONF = "\ --disable-doxygen-docs \ --with-xml=expat \ --with-x \ + --with-dbus-default-reply-timeout=60000 \ " do_install_append() { |