From b57cdcf182bb48e44e67945e38cbf85ed6c87a97 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Jun 2009 15:50:44 +0200 Subject: 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(-) (limited to 'recipes/dbus') diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 2a4b19699f..0302cfe776 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 7746c40062..9d6c4c1fe2 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" -- cgit 1.2.3-korg