From 4ecdf75489db4f447420ebf293912c50a9ea7437 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 17 May 2007 03:15:07 +0000 Subject: 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. --- packages/blueprobe/blueprobe_0.18.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/blueprobe/blueprobe_0.18.bb') 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" -- cgit v1.2.3