bluez4_4.31.bb : looks like removal of usb patch was dropped at sometime
authorGraeme Gregory <dp@xora.org.uk>
Mon, 2 Mar 2009 16:47:01 +0000 (16:47 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 2 Mar 2009 16:47:01 +0000 (16:47 +0000)
causes a compile fail.

packages/bluez/bluez4_4.31.bb

index 053a5c4..da3f78b 100644 (file)
@@ -4,12 +4,13 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
+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 \
+#  file://hid2hci_usb_init.patch;patch=1 \
 "    
 S = "${WORKDIR}/bluez-${PV}"