diff options
| -rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/init | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 9063629b9b..b3cd8ed5ca 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
| @@ -61,6 +61,10 @@ do_install_append() { | |||
| 61 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ | 61 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ |
| 62 | fi | 62 | fi |
| 63 | 63 | ||
| 64 | if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then | ||
| 65 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth | ||
| 66 | fi | ||
| 67 | |||
| 64 | # Install desired tools that upstream leaves in build area | 68 | # Install desired tools that upstream leaves in build area |
| 65 | for f in ${NOINST_TOOLS} ; do | 69 | for f in ${NOINST_TOOLS} ; do |
| 66 | install -m 755 ${B}/$f ${D}/${bindir} | 70 | install -m 755 ${B}/$f ${D}/${bindir} |
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 @@ | |||
| 3 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | 3 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
| 4 | DESC=bluetooth | 4 | DESC=bluetooth |
| 5 | 5 | ||
| 6 | DAEMON=/usr/lib/bluez5/bluetooth/bluetoothd | 6 | DAEMON=@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. |
