[oe-commits] Koen Kooi : dbus: start a bit earlier in the init sequence (from poky)

git version control git at git.openembedded.org
Mon Jun 1 13:55:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b57cdcf182bb48e44e67945e38cbf85ed6c87a97
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b57cdcf182bb48e44e67945e38cbf85ed6c87a97

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun  1 15:50:44 2009 +0200

dbus: start a bit earlier in the init sequence (from poky)

---

 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 2a4b196..0302cfe 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -90,4 +90,4 @@ chmod u+s /usr/libexec/dbus-daemon-launch-helper
 CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf"
 
 INITSCRIPT_NAME = "dbus-1"
-INITSCRIPT_PARAMS = "defaults"
+INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ."
diff --git a/recipes/dbus/dbus_1.2.1.bb b/recipes/dbus/dbus_1.2.1.bb
index 7746c40..9d6c4c1 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 = "r11"
+PR = "r12"





More information about the Openembedded-commits mailing list