bluez5: add required tools to support Bluetooth Mesh
https://jira.digi.com/browse/DEL-6444 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
8e4e77f200
commit
d726049cb2
|
|
@ -30,7 +30,10 @@ do_install_append() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-init"
|
PACKAGES =+ "${PN}-init"
|
||||||
PACKAGECONFIG_append = " health-profiles"
|
PACKAGECONFIG_append = " health-profiles \
|
||||||
|
mesh \
|
||||||
|
btpclient \
|
||||||
|
"
|
||||||
|
|
||||||
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