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

git version control git at git.openembedded.org
Mon Jun 8 19:52:42 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 90abfe471062e26bdf1b9865ff4cda843d7e414b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=90abfe471062e26bdf1b9865ff4cda843d7e414b

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