dbus: make dbus-native do not use update-rc.d (removes harmless warning)

This commit is contained in:
Marcin Juszkiewicz
2009-02-23 20:45:46 +01:00
parent caa983dd41
commit 84f0e3128b
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
PR = "r2"
PR = "r3"
do_stage() {
oe_runmake install

View File

@@ -12,7 +12,7 @@ SRC_URI = "\
file://99_dbus \
"
inherit autotools pkgconfig update-rc.d gettext
inherit autotools pkgconfig gettext
INITSCRIPT_NAME = "dbus-1"
INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ."

View File

@@ -1,4 +1,7 @@
include dbus.inc
PR = "r1"
inherit update-rc.d
SRC_URI += "file://fix-install-daemon.patch;patch=1 "