From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/bluez/bluez4_4.31.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/bluez/bluez4_4.31.bb') diff --git a/recipes/bluez/bluez4_4.31.bb b/recipes/bluez/bluez4_4.31.bb index 6f32474166..3d91a86c1e 100644 --- a/recipes/bluez/bluez4_4.31.bb +++ b/recipes/bluez/bluez4_4.31.bb @@ -8,10 +8,10 @@ PR = "r7" 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://fix-dfutool-usb-declaration-mismatch.patch;apply=yes \ + file://sbc-thumb.patch;apply=yes \ file://bluetooth.conf \ -# file://hid2hci_usb_init.patch;patch=1 \ +# file://hid2hci_usb_init.patch;apply=yes \ " S = "${WORKDIR}/bluez-${PV}" -- cgit 1.2.3-korg