[oe-commits] Angus Ainslie : Revert "bluez4: add compile patch fixing some usb declaration mismatch"

GIT User account git at amethyst.openembedded.net
Mon Mar 2 17:12:17 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Mar  2 09:41:33 2009 -0700

Revert "bluez4: add compile patch fixing some usb declaration mismatch"

This reverts commit b6b5bcb9c69e30ca9242e009e80ed4e7fb07e82f.

This is not required on my buildhost. Seems to depend on host environment.

---

 .../fix-dfutool-usb-declaration-mismatch.patch     |   13 -------------
 packages/bluez/bluez4_4.30.bb                      |    1 -
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/packages/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch b/packages/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch
deleted file mode 100644
index b1ee510..0000000
--- a/packages/bluez/bluez4/fix-dfutool-usb-declaration-mismatch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
- }
diff --git a/packages/bluez/bluez4_4.30.bb b/packages/bluez/bluez4_4.30.bb
index 9e5a160..d393c2f 100644
--- a/packages/bluez/bluez4_4.30.bb
+++ b/packages/bluez/bluez4_4.30.bb
@@ -8,7 +8,6 @@ PR = "r1"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
-  file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \
   file://sbc-thumb.patch;patch=1 \
   file://hid2hci_usb_init.patch;patch=1 \
 "    





More information about the Openembedded-commits mailing list