summaryrefslogtreecommitdiffstats
path: root/recipes/dbus
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-22 17:00:16 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-22 17:19:18 +0200
commit71f70d7be487035d59d9bc0f04bcb621ef615b15 (patch)
treef389755e7fd3e202472755031848303bc91a1b2b /recipes/dbus
parent695bef534776d776f46515a4eaafdc3a007e5793 (diff)
downloadopenembedded-71f70d7be487035d59d9bc0f04bcb621ef615b15.tar.gz
dbus: bump default timeout value
Diffstat (limited to 'recipes/dbus')
-rw-r--r--recipes/dbus/dbus.inc2
-rw-r--r--recipes/dbus/dbus_1.2.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index 047b33a71c..2a4b19699f 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 2a663f4bfa..7746c40062 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"