]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
bluez-utils: disable 02dtl1_cs.sh which executes a "killall hciattach" breaking bt...
authorRene Wagner <rw@handhelds.org>
Fri, 28 Jul 2006 14:04:45 +0000 (16:04 +0200)
committerRene Wagner <rw@handhelds.org>
Fri, 28 Jul 2006 14:04:45 +0000 (16:04 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/bluez/bluez-utils-dbus_2.21.bb
org.handhelds.familiar/packages/bluez/bluez-utils-nodbus_2.21.bb
org.handhelds.familiar/packages/bluez/bluez-utils.inc

index c0696ef3f566034747549d1b68c97f6eb6f59feb..87680dc3ea9e947f425fa996ce1de25430e26d60 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r7"
+PR = "r8"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1 \ 
index aea692f8479d25987b4c0bcc7b02ed9ac8696e28..03d60867e282a97bf6ed2b1300042771bdec4155 100644 (file)
@@ -1,5 +1,5 @@
 include bluez-utils.inc
 
-PR = "r5"
+PR = "r6"
 
 EXTRA_OECONF += "--without-dbus"
index f35e54bc26cb003e7e24f4fc2bea7638cc64ccd7..4c852d9aa27db196637a8a6969a9daae5ea1c46e 100644 (file)
@@ -45,7 +45,9 @@ 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/02dtl1_cs
+
+       # executes a "killall hciattach" breaking bt suspend/resume
+       #install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/02dtl1_cs
 }
 
 CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \