diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-02-23 20:45:46 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-02-23 20:45:46 +0100 |
commit | 84f0e3128b1ac1d2299e0a3ebb7117c775dfe16f (patch) | |
tree | 5a7eec5bafda24410b47879f4da66b45865251df /meta/packages/dbus/dbus.inc | |
parent | caa983dd4143ee54f4b012b9f4a13ed672456e0b (diff) | |
download | poky-84f0e3128b1ac1d2299e0a3ebb7117c775dfe16f.tar.gz |
dbus: make dbus-native do not use update-rc.d (removes harmless warning)
Diffstat (limited to 'meta/packages/dbus/dbus.inc')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index 68c8a842ee..2efcf46b22 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc | |||
@@ -12,7 +12,7 @@ SRC_URI = "\ | |||
12 | file://99_dbus \ | 12 | file://99_dbus \ |
13 | " | 13 | " |
14 | 14 | ||
15 | inherit autotools pkgconfig update-rc.d gettext | 15 | inherit autotools pkgconfig gettext |
16 | 16 | ||
17 | INITSCRIPT_NAME = "dbus-1" | 17 | INITSCRIPT_NAME = "dbus-1" |
18 | INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ." | 18 | INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ." |