[oe-commits] Michael 'Mickey' Lauer : bluez4: add compile patch fixing some usb declaration mismatch

git version control git at git.openembedded.org
Wed May 27 21:18:04 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: b50ede9290ae2cd9a2c6287be85f5562c8ec3d4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b50ede9290ae2cd9a2c6287be85f5562c8ec3d4b

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Jan 29 16:52:21 2009 +0000

bluez4: add compile patch fixing some usb declaration mismatch

---

 .../fix-dfutool-usb-declaration-mismatch.patch     |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch b/recipes/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch
new file mode 100644
index 0000000..b1ee510
--- /dev/null
+++ b/recipes/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch
@@ -0,0 +1,13 @@
+Index: bluez-4.27/tools/dfutool.c
+===================================================================
+--- bluez-4.27.orig/tools/dfutool.c
++++ bluez-4.27/tools/dfutool.c
+@@ -59,7 +59,7 @@
+ #endif
+ 
+ #ifdef NEED_USB_GET_BUSSES
+-static inline struct usb_bus *usb_get_busses(void)
++inline struct usb_bus *usb_get_busses(void)
+ {
+ 	return usb_busses;
+ }





More information about the Openembedded-commits mailing list