diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-22 19:05:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 19:05:04 +0000 |
commit | 84c0e11f40386da40e812cc9e16cb206a3cbeb49 (patch) | |
tree | 1b6af29cd1984c757345a77248dbbffc3ee6dd73 /packages | |
parent | 176fd3945c8fe3fe856a77598bd1c766f8f4368b (diff) |
packages/blueprobe/blueprobe_0.15.bb: add patch from http://handhelds.org/~bugzilla/show_bug.cgi?id=1398
Diffstat (limited to 'packages')
-rw-r--r-- | packages/blueprobe/blueprobe-0.15/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe-0.15/hx4700.patch | 26 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_0.15.bb | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/packages/blueprobe/blueprobe-0.15/.mtn2git_empty b/packages/blueprobe/blueprobe-0.15/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/blueprobe/blueprobe-0.15/.mtn2git_empty diff --git a/packages/blueprobe/blueprobe-0.15/hx4700.patch b/packages/blueprobe/blueprobe-0.15/hx4700.patch new file mode 100644 index 0000000000..692f33f662 --- /dev/null +++ b/packages/blueprobe/blueprobe-0.15/hx4700.patch @@ -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 diff --git a/packages/blueprobe/blueprobe_0.15.bb b/packages/blueprobe/blueprobe_0.15.bb index e54d2ed066..0d3b5042b5 100644 --- a/packages/blueprobe/blueprobe_0.15.bb +++ b/packages/blueprobe/blueprobe_0.15.bb @@ -2,3 +2,6 @@ SECTION = "base" LICENSE = "GPL" inherit gpe +PR = "r1" + +SRC_URI += "file://hx4700.patch;patch=1" |