aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez
diff options
context:
space:
mode:
authorArjan Schrijver <arjan@anymore.nl>2005-12-15 15:52:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-15 15:52:55 +0000
commit2882df10bb36597d6557c2b295e7754302944297 (patch)
treefdff93a324476dbc347b7594fae1420e6eee3e9b /packages/bluez
parent7d8f9367165857c9ff4dad970472a51b4d535535 (diff)
downloadopenembedded-2882df10bb36597d6557c2b295e7754302944297.tar.gz
bluez-utils-2.21: add very small patch to make it work on the h1940
Diffstat (limited to 'packages/bluez')
-rw-r--r--packages/bluez/bluez-utils.inc1
-rw-r--r--packages/bluez/files/hciattach_devlength.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc
index 07dc5d6125..4fb7efd198 100644
--- a/packages/bluez/bluez-utils.inc
+++ b/packages/bluez/bluez-utils.inc
@@ -9,6 +9,7 @@ PR = "r7"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
file://base.patch;patch=1 \
file://blueboxes.patch;patch=1 \
+ file://hciattach_devlength.patch;patch=1 \
file://hcid.conf \
file://bluetooth.default \
file://bluetooth.conf "
diff --git a/packages/bluez/files/hciattach_devlength.patch b/packages/bluez/files/hciattach_devlength.patch
new file mode 100644
index 0000000000..8d84cb1b00
--- /dev/null
+++ b/packages/bluez/files/hciattach_devlength.patch
@@ -0,0 +1,11 @@
+--- bluez-utils-2.21/tools/hciattach.c.orig 2005-12-15 16:29:55.000000000 +0100
++++ bluez-utils-2.21/tools/hciattach.c 2005-12-15 16:29:37.000000000 +0100
+@@ -973,7 +973,7 @@
+ int send_break = 0;
+ pid_t pid;
+ struct sigaction sa;
+- char dev[20];
++ char dev[25];
+
+ detach = 1;
+ printpid = 0;