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 <[email protected]> --- recipes/bluez/bluez4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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}" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
