From: Michael 'Mickey' Lauer Date: Sat, 28 Feb 2009 02:23:43 +0000 (+0100) Subject: bluez4: hci usb patch no longer necessary X-Git-Tag: Release-2010-05/1~3911^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f347f933cf919744fbbe4886d262ff277d2208;p=openembedded.git bluez4: hci usb patch no longer necessary --- diff --git a/packages/bluez/bluez4_4.30.bb b/packages/bluez/bluez4_4.30.bb index 920c2ee05d..235fdd9f32 100644 --- a/packages/bluez/bluez4_4.30.bb +++ b/packages/bluez/bluez4_4.30.bb @@ -4,13 +4,13 @@ PRIORITY = "optional" DEPENDS = "gst-plugins-base alsa-lib libusb-compat libusb1 dbus-glib" HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" -PR = "r2" +PR = "r3" 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}"