diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-09 16:38:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-09 16:38:54 +0000 |
commit | aeeba8453e8e5bd44cbe2d96a1c108bb5a883c3e (patch) | |
tree | 01fc89e5afa266f14cbe5634000e4d81632712d0 /packages/blueprobe/blueprobe_0.17.bb | |
parent | a5a647303b75af0ab78af459988e5913aa6257f8 (diff) |
blueprobe: fix serial ports for h5000 and h3900, and use HWUART on h5000
Diffstat (limited to 'packages/blueprobe/blueprobe_0.17.bb')
-rw-r--r-- | packages/blueprobe/blueprobe_0.17.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb index ffd83b66ae..b82bedf632 100644 --- a/packages/blueprobe/blueprobe_0.17.bb +++ b/packages/blueprobe/blueprobe_0.17.bb @@ -1,7 +1,8 @@ require blueprobe.inc -PR = "r2" +PR = "r3" -SRC_URI += "file://hx4700.patch;patch=1\ - file://h2200-fixup.patch;patch=1\ - file://htcuniversal.patch;patch=1" +SRC_URI += "file://hx4700.patch;patch=1 \ + file://h2200-fixup.patch;patch=1 \ + file://htcuniversal.patch;patch=1 \ + file://hwuart.patch;patch=1;pnum=2" |