Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes-connectivity/bluez5/bluez5_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

# This is an annex of the original metadata. So, if you modify this file, bump
# the number in this .bbappend to reflect the change and force a re-build.
PR =. "+runit-r1"
PR =. "+runit-r2"

# Add the services set(s)...
SRC_URI += " \
Expand Down Expand Up @@ -37,5 +37,5 @@ do_deletes() {
rm -rvf ${D}/$DELETE
done
}
do_install[postfuncs] = " do_deletes "
do_install[postfuncs] += "${@bb.utils.contains('DISTRO_FEATURES', 'runit', 'do_deletes', '', d)} "

4 changes: 2 additions & 2 deletions recipes-connectivity/bluez5/files/sv/bluetooth/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
sv check messagebus > /dev/null || exit 1
exec /usr/libexec/bluetooth/bluetoothd -n > /dev/null
sv check messagebus || exit 1
exec /usr/libexec/bluetooth/bluetoothd -n 2>&1