Lines Matching full:bluetooth
1 SUMMARY = "Linux Bluetooth Stack Userland V5"
2 DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations…
51 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
86 install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth
88 install -d ${D}${sysconfdir}/bluetooth/
90 install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/
93 install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/
96 if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then
97 sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth
113 ${libdir}/bluetooth/plugins/*.so \
118 ${libdir}/bluetooth/plugins/*.la \
121 FILES:${PN}-obex = "${libexecdir}/bluetooth/obexd \
145 SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', …
147 INITSCRIPT_NAME:${PN} = "bluetooth"