From 55c383d1b76088ff6e61456550f2f6c9772c1d61 Mon Sep 17 00:00:00 2001 From: Christian Ege Date: Wed, 11 May 2016 21:18:48 +0200 Subject: bluez5: fixed path to bluetoothd in sysvinit script Within the sysvinit script the path to bluetoothd is wrong. Because of this the init scripts silently terminates without any message (From OE-Core rev: 63cde9b8101ed39376529f3205d32729341d5802) Signed-off-by: Christian Ege Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez5/bluez5/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/bluez5/bluez5/init') diff --git a/meta/recipes-connectivity/bluez5/bluez5/init b/meta/recipes-connectivity/bluez5/bluez5/init index 1606a5c663..489e9b9eba 100644 --- a/meta/recipes-connectivity/bluez5/bluez5/init +++ b/meta/recipes-connectivity/bluez5/bluez5/init @@ -3,7 +3,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin DESC=bluetooth -DAEMON=/usr/lib/bluez5/bluetooth/bluetoothd +DAEMON=@LIBEXECDIR@/bluetooth/bluetoothd # If you want to be ignore error of "org.freedesktop.hostname1", # please enable NOPLUGIN_OPTION. -- cgit v1.2.3-54-g00ecf