summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus.inc
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-10-02 09:47:22 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-10-02 09:47:22 +0000
commit4bcb1f1320fbf99139bc69447ccc0ae6bd4f0ff5 (patch)
tree0647bc3be92fce5ef04593d2b8c08346dab68283 /packages/dbus/dbus.inc
parent88c545e13bae1ce89a9809f289a01b57b19a02fe (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.inc3
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() {