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:
parent
81c0f027f8
commit
d28d9c9ac5
|
|
@ -29,6 +29,7 @@ do_install_append() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-init"
|
PACKAGES =+ "${PN}-init"
|
||||||
|
PACKAGECONFIG_append = " health-profiles"
|
||||||
|
|
||||||
FILES_${PN} += " ${sysconfdir}/bluetooth/main.conf"
|
FILES_${PN} += " ${sysconfdir}/bluetooth/main.conf"
|
||||||
FILES_${PN}-init = "${sysconfdir}/init.d/bluetooth-init"
|
FILES_${PN}-init = "${sysconfdir}/init.d/bluetooth-init"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue