diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-17 03:15:07 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-17 03:15:07 +0000 |
commit | 4ecdf75489db4f447420ebf293912c50a9ea7437 (patch) | |
tree | eb34e3d602aaa2850711faba304d1eab8e4dad83 /packages/blueprobe/blueprobe_0.18.bb | |
parent | 16ece46b049659d5fa1a9be61c955afa714fcb7a (diff) |
blueprobe 0.18: Fix for uclibc. Termios speed above 115k are not supported,
so check for the defintion of the faster speeds before trying to use them.
Diffstat (limited to 'packages/blueprobe/blueprobe_0.18.bb')
-rw-r--r-- | packages/blueprobe/blueprobe_0.18.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/blueprobe/blueprobe_0.18.bb b/packages/blueprobe/blueprobe_0.18.bb index ca455401e0..5db1bc4337 100644 --- a/packages/blueprobe/blueprobe_0.18.bb +++ b/packages/blueprobe/blueprobe_0.18.bb @@ -1,5 +1,6 @@ require blueprobe.inc -PR = "r1" +PR = "r2" -SRC_URI += "file://h4000.patch;patch=1" +SRC_URI += "file://h4000.patch;patch=1 \ + file://uclibc-fix.patch;patch=1" |