summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5
diff options
context:
space:
mode:
authorChristian Ege <k4230r6@gmail.com>2016-05-11 21:18:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-20 10:20:55 +0100
commit55c383d1b76088ff6e61456550f2f6c9772c1d61 (patch)
treebe47af2dbe387c13a036ccf2f48fb6e81b60efa9 /meta/recipes-connectivity/bluez5/bluez5
parentb0207e742542cc44086d612df0a216cc45875538 (diff)
downloadpoky-55c383d1b76088ff6e61456550f2f6c9772c1d61.tar.gz
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 <k4230r6@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5/init2
1 files changed, 1 insertions, 1 deletions
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 @@
3PATH=/sbin:/bin:/usr/sbin:/usr/bin 3PATH=/sbin:/bin:/usr/sbin:/usr/bin
4DESC=bluetooth 4DESC=bluetooth
5 5
6DAEMON=/usr/lib/bluez5/bluetooth/bluetoothd 6DAEMON=@LIBEXECDIR@/bluetooth/bluetoothd
7 7
8# If you want to be ignore error of "org.freedesktop.hostname1", 8# If you want to be ignore error of "org.freedesktop.hostname1",
9# please enable NOPLUGIN_OPTION. 9# please enable NOPLUGIN_OPTION.