diff options
-rw-r--r-- | recipes-connectivity/bluez/bluez5_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez/bluez5_%.bbappend b/recipes-connectivity/bluez/bluez5_%.bbappend index 70e0fcb..da25ee7 100644 --- a/recipes-connectivity/bluez/bluez5_%.bbappend +++ b/recipes-connectivity/bluez/bluez5_%.bbappend @@ -65,6 +65,13 @@ do_install_append() { CONFFILES_${PN} += "${sysconfdir}/default/bluetooth ${sysconfdir}/bluetooth/main.conf ${sysconfdir}/bluetooth/input.conf ${sysconfdir}/bluetooth/network.conf" +FILES_${PN}-pand = "${libexecdir}/bluetooth/bt-pan ${sysconfdir}/default/bt-pan ${sysconfdir}/init.d/bt-pan" +FILES_${PN}-rfcomm = "${libexecdir}/bluetooth/rfcomm ${sysconfdir}/default/rfcomm ${sysconfdir}/init.d/rfcomm" +FILES_${PN}-bt-name = "/usr/share/bluez5/*" + +CONFFILES_${PN}-pand = "${sysconfdir}/default/bt-pan" +CONFFILES_${PN}-rfcomm = "${sysconfdir}/default/rfcomm" + INITSCRIPT_PACKAGES = "${PN} ${PN}-pand ${PN}-rfcomm" INITSCRIPT_NAME_${PN}-pand = "bt-pan" |