summaryrefslogtreecommitdiff
path: root/packages/blueprobe
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-22 12:35:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-22 12:35:00 +0000
commit1c4dae70c0c35c8bcd640e69ac2c09ee5a3b6cf1 (patch)
tree7f02eeec890143e697534e71147fcbcf98f787f4 /packages/blueprobe
parentb5a2a12f50424ad15585513e40da17c5b3e613c5 (diff)
blueprobe: add 0.17
Diffstat (limited to 'packages/blueprobe')
-rw-r--r--packages/blueprobe/blueprobe-0.17/.mtn2git_empty0
-rw-r--r--packages/blueprobe/blueprobe-0.17/hx4700.patch22
-rw-r--r--packages/blueprobe/blueprobe_0.17.bb7
3 files changed, 29 insertions, 0 deletions
diff --git a/packages/blueprobe/blueprobe-0.17/.mtn2git_empty b/packages/blueprobe/blueprobe-0.17/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/blueprobe/blueprobe-0.17/.mtn2git_empty
diff --git a/packages/blueprobe/blueprobe-0.17/hx4700.patch b/packages/blueprobe/blueprobe-0.17/hx4700.patch
new file mode 100644
index 0000000000..f1ee19e9d5
--- /dev/null
+++ b/packages/blueprobe/blueprobe-0.17/hx4700.patch
@@ -0,0 +1,22 @@
+--- blueprobe-0.17/blueprobe.init.orig 2006-01-22 13:19:14.000000000 +0100
++++ blueprobe-0.17/blueprobe.init 2006-01-22 13:23:21.000000000 +0100
+@@ -70,7 +70,8 @@
+ "HP iPAQ HX4700")
+ BLUETOOTH=yes
+ PORT=/dev/ttyS1
+- SPEED=115200
++ SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
++ SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`'
+ PROTO=texas
+ PROBE=no
+ ;;
+@@ -99,6 +100,9 @@
+ echo "BLUETOOTH=$BLUETOOTH" >/etc/sysconfig/bluetooth
+ if [ $BLUETOOTH = "yes" ]; then
+ echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
++ if [ "$SCRIPT" != "" ]; then
++ echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
++ fi
+ echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
+ echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
+ fi
diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb
new file mode 100644
index 0000000000..cdba961b96
--- /dev/null
+++ b/packages/blueprobe/blueprobe_0.17.bb
@@ -0,0 +1,7 @@
+SECTION = "base"
+LICENSE = "GPL"
+inherit gpe
+
+PR = "r0"
+
+SRC_URI += "file://hx4700.patch;patch=1"