[oe-commits] Jan Lübbe : bluez4: use update-rc.d

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:16 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: 8cfc71e18633f11b7dc3987365e8707130316dce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cfc71e18633f11b7dc3987365e8707130316dce

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Wed Mar 25 10:42:25 2009 +0000

bluez4: use update-rc.d

---

 recipes/bluez/bluez4_4.32.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/bluez/bluez4_4.32.bb b/recipes/bluez/bluez4_4.32.bb
index b359d3b..52126ad 100644
--- a/recipes/bluez/bluez4_4.32.bb
+++ b/recipes/bluez/bluez4_4.32.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -18,7 +18,10 @@ SRC_URI_append_om-gta02 = "  file://set-scorouting-to-pcm.patch;patch=1"
 
 S = "${WORKDIR}/bluez-${PV}"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig update-rc.d
+
+INITSCRIPT_NAME = "bluetooth"
+INITSCRIPT_PARAMS = "defaults 23 19"
 
 OE_LT_RPATH_ALLOW = "any"
 OE_LT_RPATH_ALLOW[export] = "1"





More information about the Openembedded-commits mailing list