summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/bluez/bluez-utils.inc
diff options
context:
space:
mode:
authorTodd Blumer <todd@sdgsystems.com>2006-07-04 14:20:01 +0200
committerRene Wagner <rw@handhelds.org>2006-07-04 14:20:01 +0200
commit0c6c41d4c7f5d8744f55829871001516f03bf20f (patch)
treeba392a948d94a447dec05a4bdad445425bf819ea /org.handhelds.familiar/packages/bluez/bluez-utils.inc
parent5927836bbceb2b33c40da4523b3a92c235a8a9ac (diff)
bluez-utils: apply hciattach-ti-bts.patch (required for bluetooth to work on hx4700)
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/bluez/bluez-utils.inc')
-rw-r--r--org.handhelds.familiar/packages/bluez/bluez-utils.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/bluez/bluez-utils.inc b/org.handhelds.familiar/packages/bluez/bluez-utils.inc
index c68df7b..f35e54b 100644
--- a/org.handhelds.familiar/packages/bluez/bluez-utils.inc
+++ b/org.handhelds.familiar/packages/bluez/bluez-utils.inc
@@ -8,6 +8,7 @@ LICENSE = "GPL"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
file://base.patch;patch=1 \
file://blueboxes.patch;patch=1 \
+ file://hciattach-ti-bts.patch;patch=1 \
file://hcid.conf \
file://bluetooth.default \
file://bluetooth.conf \
@@ -34,6 +35,8 @@ do_compile_prepend() {
do_install_append() {
install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/event.d/
+ install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/scripts.d/
+ install -d ${D}${base_sbindir} ${D}${base_bindir}/ ${D}${sysconfdir}/apm/resume.d/
mv ${D}${sbindir}/* ${D}${base_sbindir}/
mv ${D}${bindir}/* ${D}${base_bindir}/
rmdir ${D}${bindir} ${D}${sbindir}
@@ -42,7 +45,7 @@ do_install_append() {
install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
- install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/
+ install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/02dtl1_cs
}
CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \