packages/blueprobe/blueprobe_0.15.bb: add patch from http://handhelds.org/~bugzilla...
authorKoen Kooi <koen@openembedded.org>
Thu, 22 Sep 2005 19:05:04 +0000 (19:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 22 Sep 2005 19:05:04 +0000 (19:05 +0000)
packages/blueprobe/blueprobe-0.15/.mtn2git_empty [new file with mode: 0644]
packages/blueprobe/blueprobe-0.15/hx4700.patch [new file with mode: 0644]
packages/blueprobe/blueprobe_0.15.bb

diff --git a/packages/blueprobe/blueprobe-0.15/.mtn2git_empty b/packages/blueprobe/blueprobe-0.15/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/blueprobe/blueprobe-0.15/hx4700.patch b/packages/blueprobe/blueprobe-0.15/hx4700.patch
new file mode 100644 (file)
index 0000000..692f33f
--- /dev/null
@@ -0,0 +1,26 @@
+--- blueprobe-0.14/blueprobe.init.orig 2005-09-05 22:03:57 +0200
++++ blueprobe-0.14/blueprobe.init      2005-09-05 22:09:34 +0200
+@@ -47,6 +47,14 @@
+         PROTO=bcsp
+       PROBE=yes
+       ;;
++    "HP iPAQ HX4700")
++      BLUETOOTH=yes
++      PORT=/dev/ttyS1
++      SPEED=921600
++      PROTO=texas
++      SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
++      PROBE=no
++      ;;
+     *)
+       BLUETOOTH=no
+         ;;
+@@ -67,5 +75,8 @@
+     echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
+     echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
+     echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
++    if [ "$SCRIPT" != "" ] && [ -f "$SCRIPT" ]; then
++      echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
++    fi
+   fi
+ fi
index e54d2ed..0d3b504 100644 (file)
@@ -2,3 +2,6 @@ SECTION = "base"
 LICENSE = "GPL"
 inherit gpe
 
+PR = "r1"
+
+SRC_URI += "file://hx4700.patch;patch=1"