bluez-5.46: enable health profile

Enable the support for health profile (HDP).
In bluez-5.46 the experimental flag has been removed and some of the previous
functionalities that it was including have been splitted, so they need to be
enabled independently.

Reference: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=00af15150ecdbccc0255efc388b5e242aae14473

https://jira.digi.com/browse/DEL-5627

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2018-02-05 19:08:47 +01:00
parent 81c0f027f8
commit d28d9c9ac5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ do_install_append() {
}
PACKAGES =+ "${PN}-init"
PACKAGECONFIG_append = " health-profiles"
FILES_${PN} += " ${sysconfdir}/bluetooth/main.conf"
FILES_${PN}-init = "${sysconfdir}/init.d/bluetooth-init"