From d28d9c9ac5991328f847dd291554b659e3e65fa6 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Mon, 5 Feb 2018 19:08:47 +0100 Subject: [PATCH] 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 --- meta-digi-dey/recipes-connectivity/bluez/bluez5_5.46.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.46.bbappend b/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.46.bbappend index 20577b2ca..6246491eb 100644 --- a/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.46.bbappend +++ b/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.46.bbappend @@ -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"