]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: make dbus-native do not use update-rc.d (removes harmless warning)
authorMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 23 Feb 2009 19:45:46 +0000 (20:45 +0100)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 23 Feb 2009 19:45:46 +0000 (20:45 +0100)
meta/packages/dbus/dbus-native_1.2.4.bb
meta/packages/dbus/dbus.inc
meta/packages/dbus/dbus_1.2.4.bb

index 47e3167edadd3ae117cb9a81996ce4fdc09211f5..d799ba2d1d0268ca4e080f3a09cdf8edf4476fb4 100644 (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
index 68c8a842ee43f6c9af93f8f421d6bb7181254cb0..2efcf46b22bd51d77a1c03c1a076f05a8ad102e8 100644 (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 ."
index 25ab98b9f99ca0f20ba10b66dcdb4f28c19ebc53..b170e7b3400a05e511f37808c819fd5657e294cc 100644 (file)
@@ -1,4 +1,7 @@
 include dbus.inc
 
+PR = "r1"
+
+inherit update-rc.d
 
 SRC_URI += "file://fix-install-daemon.patch;patch=1 "