summaryrefslogtreecommitdiff
path: root/packages/bluez/bluez-utils_3.9.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-17 03:16:05 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-17 03:16:05 +0000
commit8d9362d4ea1de600511064f798f53c47ced916f6 (patch)
tree563a19fa898785dee21bfa6a6cce94f3fe3e948e /packages/bluez/bluez-utils_3.9.bb
parent4ecdf75489db4f447420ebf293912c50a9ea7437 (diff)
bluez-utils 3.9: Fix for uclibc. Termios speed above 115k are not supported,
so check for the definition of the faster speeds before trying to use them.
Diffstat (limited to 'packages/bluez/bluez-utils_3.9.bb')
-rw-r--r--packages/bluez/bluez-utils_3.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils_3.9.bb b/packages/bluez/bluez-utils_3.9.bb
index fba32e08e6..60b5becd99 100644
--- a/packages/bluez/bluez-utils_3.9.bb
+++ b/packages/bluez/bluez-utils_3.9.bb
@@ -2,9 +2,11 @@ require bluez-utils.inc
PACKAGES =+ "${PN}-ciptool"
+SRC_URI += "file://uclibc-fix.patch;patch=1"
+
FILES_${PN}-ciptool = "/bin/ciptool"
RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool"
RCONFLICTS_${PN}-ciptool = "bluez-utils-dbus-ciptool bluez-utils-nodbus"
-PR = "r4"
+PR = "r5"