From: Michael Lauer Date: Wed, 1 Oct 2008 16:24:34 +0000 (+0000) Subject: dbus 1.0.3 add sanitize-reply-timeout patch also in its directory X-Git-Tag: Release-2010-05/1~5885^2~2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6ef61c219763169e638eeaa266f4e3572798bc;p=openembedded.git dbus 1.0.3 add sanitize-reply-timeout patch also in its directory --- diff --git a/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch b/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch new file mode 100644 index 0000000000..75ee6bdd6a --- /dev/null +++ b/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch @@ -0,0 +1,16 @@ +# DBus is from the desktop world, systems are _FAST_ there +# On Embedded, some things might take a bit longer +# Default session bus timeout is 300 seconds(!), whereas default +# system bus timeout is only 25 seconds. This increases it to 60. +# Signed off: Michael 'Mickey' Lauer +Index: dbus-1.2.1/bus/system.conf +=================================================================== +--- dbus-1.2.1.orig/bus/system.conf.in ++++ dbus-1.2.1/bus/system.conf.in +@@ -65,4 +65,6 @@ + + contexts/dbus_contexts + ++ 60000 ++ +