From patchwork Mon Apr 25 18:31:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] bluez4.inc: List 4.90 as the maxver for applying a patch Date: Mon, 25 Apr 2011 18:31:12 -0000 From: Tom Rini X-Patchwork-Id: 2823 Message-Id: <1303756273-22385-3-git-send-email-tom_rini@mentor.com> To: openembedded-devel@lists.openembedded.org Cc: koen@dominion.thruhere.net 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 --- 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}"