blob: 437dfe679bd30e9cac7af27147d609727fa85a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
require bluez4.inc
DEPENDS += "glib-2.0"
PR = "r4"
PACKAGES =+ "${PN}-compat"
CONFFILES_${PN} = " \
${sysconfdir}/bluetooth/main.conf \
"
CONFFILES_${PN}-compat = " \
${sysconfdir}/bluetooth/rfcomm.conf \
"
FILES_${PN} = " \
${base_sbindir}/bluetoothd \
${libdir}/bluetooth \
${sysconfdir}/init.d/bluetooth \
${sysconfdir}/bluetooth/*.service \
${sysconfdir}/bluetooth/main.conf \
${sysconfdir}/default \
${sysconfdir}/dbus-1 \
${base_sbindir}/hciattach \
${base_sbindir}/hid2hci \
"
FILES_${PN}-dbg += " \
${libdir}/bluetooth/.debug \
${libdir}/cups/backend/.debug \
${libdir}/alsa-lib/.debug \
"
FILES_${PN}-lib-dbg += " ${libdir}/bluetooth/plugins/.debug/*.so"
FILES_${PN}-compat = " \
${base_sbindir}/bccmd \
${base_sbindir}/hciconfig \
${base_bindir}/ciptool \
${base_bindir}/dfutool \
${base_bindir}/dund \
${base_bindir}/hcitool \
${base_bindir}/hidd \
${base_bindir}/l2ping \
${base_bindir}/pand \
${base_bindir}/rfcomm \
${base_bindir}/sdptool \
${sysconfdir}/bluetooth/rfcomm.conf \
"
|