From 0c6c41d4c7f5d8744f55829871001516f03bf20f Mon Sep 17 00:00:00 2001 From: Todd Blumer Date: Tue, 4 Jul 2006 14:20:01 +0200 Subject: bluez-utils: apply hciattach-ti-bts.patch (required for bluetooth to work on hx4700) Signed-off-by: Rene Wagner --- org.handhelds.familiar/packages/bluez/bluez-utils.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'org.handhelds.familiar/packages/bluez/bluez-utils.inc') 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 \ -- cgit v1.2.3-18-g5258