aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-03-25 10:42:25 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:35:16 +0100
commit8cfc71e18633f11b7dc3987365e8707130316dce (patch)
treebe4839c1de9cf7077d901c421bcac20a5fff529d
parent30416e7990368f5b0ffabd6cffa50b64f6934223 (diff)
downloadopenembedded-jan/master.tar.gz
bluez4: use update-rc.djan/master
-rw-r--r--recipes/bluez/bluez4_4.32.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/bluez/bluez4_4.32.bb b/recipes/bluez/bluez4_4.32.bb
index b359d3b5f6..52126ad856 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"