mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
dbus: make dbus-native do not use update-rc.d (removes harmless warning)
This commit is contained in:
@@ -3,7 +3,7 @@ inherit native
|
||||
|
||||
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install
|
||||
|
||||
@@ -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 ."
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
include dbus.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
SRC_URI += "file://fix-install-daemon.patch;patch=1 "
|
||||
|
||||
Reference in New Issue
Block a user