]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bluez/bluez-utils.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[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://hcid.conf \
12         file://bluetooth.default \
13         file://bluetooth.conf \
14         file://02dtl1_cs.sh"
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_compile_prepend() {
32         find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
33 }
34
35 do_install_append() {
36         install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/event.d/
37         mv ${D}${sbindir}/* ${D}${base_sbindir}/
38         mv ${D}${bindir}/* ${D}${base_bindir}/
39         rmdir ${D}${bindir} ${D}${sbindir}
40         chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
41         chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
42         install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
43         install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
44         cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
45         install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/
46 }
47
48 CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
49         ${sysconfdir}/bluetooth/pin ${sysconfdir}/default/bluetooth"
50
51 PACKAGES =+ "${PN}-ciptool ${PN}-bluepin"
52 FILES_${PN}-ciptool = "/bin/ciptool"
53 FILES_${PN}-bluepin = "/bin/bluepin"