]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bluez/bluez-utils.inc
bluez-utils: disable 02dtl1_cs.sh which executes a "killall hciattach" breaking bt...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bluez / bluez-utils.inc
1 DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
2 SECTION = "console"
3 PRIORITY = "optional"
4 DEPENDS = "bluez-libs-${PV} pcmcia-cs"
5 RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils"
6 LICENSE = "GPL"
7
8 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
9         file://base.patch;patch=1 \
10         file://blueboxes.patch;patch=1 \
11         file://hciattach-ti-bts.patch;patch=1 \
12         file://hcid.conf \
13         file://bluetooth.default \
14         file://bluetooth.conf \
15         file://02dtl1_cs.sh"
16
17 # Almost all serial CF cards w/ manfid 0x0000,0x0000 seem to use the bcs protocol
18 # Let's default to that instead of 'any' and see if we break something with that
19 SRC_URI_append_familiar   = " file://default-manfid-0x0-to-bcps.patch;patch=1"
20 SRC_URI_append_openzaurus = " file://default-manfid-0x0-to-bcps.patch;patch=1"
21
22 S = "${WORKDIR}/bluez-utils-${PV}"
23
24 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \
25                 --enable-pcmcia --enable-initscripts --enable-bcm203x"
26
27 inherit autotools update-rc.d
28
29 INITSCRIPT_NAME = "bluetooth"
30 INITSCRIPT_PARAMS = "defaults 23 19"
31
32 do_compile_prepend() {
33         find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
34 }
35
36 do_install_append() {
37         install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/event.d/
38         install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/scripts.d/
39         install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/resume.d/
40         mv ${D}${sbindir}/* ${D}${base_sbindir}/
41         mv ${D}${bindir}/* ${D}${base_bindir}/
42         rmdir ${D}${bindir} ${D}${sbindir}
43         chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
44         chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
45         install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
46         install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
47         cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
48
49         # executes a "killall hciattach" breaking bt suspend/resume
50         #install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/02dtl1_cs
51 }
52
53 CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
54         ${sysconfdir}/bluetooth/pin ${sysconfdir}/default/bluetooth"
55
56 PACKAGES =+ "${PN}-ciptool ${PN}-bluepin"
57 FILES_${PN}-ciptool = "/bin/ciptool"
58 FILES_${PN}-bluepin = "/bin/bluepin"