diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-10 16:41:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-10 16:41:59 +0000 |
commit | 57c020556dfc130948655cf3fd15ae9ca89ec611 (patch) | |
tree | 4a634b86535a6b0d46c988d06fe5e902041fa8ba | |
parent | 4a7622d3f3944296c5c702f0c7cae167a2b777cc (diff) |
blueprobe 0.17: fix serial port path on h2200
-rw-r--r-- | packages/blueprobe/blueprobe-0.17/h2200-fixup.patch | 11 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_0.17.bb | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch b/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch new file mode 100644 index 0000000000..965bbf405e --- /dev/null +++ b/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch @@ -0,0 +1,11 @@ +--- /tmp/blueprobe.init 2006-05-10 18:38:42.581557352 +0200 ++++ blueprobe-0.17/blueprobe.init 2006-05-10 18:38:54.001821208 +0200 +@@ -28,7 +28,7 @@ + case `module_id` in + "HP iPAQ H2200") + BLUETOOTH=yes +- PORT=/dev/tts/3 ++ PORT=/dev/ttyS3 + SPEED=921600 + PROBE=no + RADIO_VER=`h2200_radio_version` diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb index cdba961b96..433f3dfbd0 100644 --- a/packages/blueprobe/blueprobe_0.17.bb +++ b/packages/blueprobe/blueprobe_0.17.bb @@ -2,6 +2,7 @@ SECTION = "base" LICENSE = "GPL" inherit gpe -PR = "r0" +PR = "r1" -SRC_URI += "file://hx4700.patch;patch=1" +SRC_URI += "file://hx4700.patch;patch=1\ + file://h2200-fixup.patch;patch=1" |