From: Koen Kooi Date: Wed, 10 May 2006 16:41:59 +0000 (+0000) Subject: blueprobe 0.17: fix serial port path on h2200 X-Git-Tag: Release-2010-05/1~9453^2~1730^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c020556dfc130948655cf3fd15ae9ca89ec611;p=openembedded.git blueprobe 0.17: fix serial port path on h2200 --- 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"