| Submitter | Tom Rini |
|---|---|
| Date | April 25, 2011, 6:31 p.m. |
| Message ID | <1303756273-22385-3-git-send-email-tom_rini@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/2823/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc index d5b30be..12989d0 100644 --- a/recipes/bluez/bluez4.inc +++ b/recipes/bluez/bluez4.inc @@ -14,7 +14,7 @@ RPROVIDES_bluez4-dev = "bluez-libs-dev" SRC_URI = "\ http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ file://fix-dfutool-usb-declaration-mismatch.patch \ - file://sbc-thumb.patch \ + file://sbc-thumb.patch;maxver=4.90 \ file://bluetooth.conf \ " S = "${WORKDIR}/bluez-${PV}"
After 4.89 we don't need to apply sbc-thumb.patch anymore as upstream has made a similar change. Signed-off-by: Tom Rini <tom_rini@mentor.com> --- recipes/bluez/bluez4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)