]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bluez/bluez-utils-2.21.inc
handhelds-pxa-2.6: update ipaq-pxa270 defconfig. include IrDA and USB support.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bluez / bluez-utils-2.21.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 PR = "r0"
8
9 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
10         file://base.patch;patch=1 \
11         file://blueboxes.patch;patch=1 \
12         file://hcid.conf \
13         file://bluetooth.default \
14         file://bluetooth.conf "
15
16 # Almost all serial CF cards w/ manfid 0x0000,0x0000 seem to use the bcs protocol
17 # Let's default to that instead of 'any' and see if we break something with that
18 SRC_URI_append_familiar   = " file://default-manfid-0x0-to-bcps.patch;patch=1"
19 SRC_URI_append_openzaurus = " file://default-manfid-0x0-to-bcps.patch;patch=1"
20
21 S = "${WORKDIR}/bluez-utils-${PV}"
22
23 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \
24                 --enable-pcmcia --enable-initscripts --enable-bcm203x"
25
26 inherit autotools update-rc.d
27
28 INITSCRIPT_NAME = "bluetooth"
29 INITSCRIPT_PARAMS = "defaults 23 19"
30
31 do_install_append() {
32         install -d ${D}${base_sbindir} ${D}${base_bindir}/
33         mv ${D}${sbindir}/* ${D}${base_sbindir}/
34         mv ${D}${bindir}/* ${D}${base_bindir}/
35         rmdir ${D}${bindir} ${D}${sbindir}
36         chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
37         chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
38         install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
39         install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
40         cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
41 }
42
43 CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
44         ${sysconfdir}/bluetooth/pin ${sysconfdir}/default/bluetooth"
45
46 PACKAGES =+ "${PN}-ciptool ${PN}-bluepin"
47 FILES_${PN}-ciptool = "/bin/ciptool"
48 FILES_${PN}-bluepin = "/bin/bluepin"