aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-01 15:50:44 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-01 15:50:44 +0200
commitb57cdcf182bb48e44e67945e38cbf85ed6c87a97 (patch)
tree2cfa8468f29b6b098dfdc9c248c601b7879745c4 /recipes/dbus
parente400d1a3f29cd22d3be2215370f5cced95266f7b (diff)
downloadopenembedded-b57cdcf182bb48e44e67945e38cbf85ed6c87a97.tar.gz
dbus: start a bit earlier in the init sequence (from poky)
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 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"