diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/openobex | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/openobex')
-rw-r--r-- | recipes/openobex/openobex_1.2.bb | 4 | ||||
-rw-r--r-- | recipes/openobex/openobex_1.3.bb | 4 | ||||
-rw-r--r-- | recipes/openobex/openobex_1.5.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/openobex/openobex_1.2.bb b/recipes/openobex/openobex_1.2.bb index d55de2807b..b079107462 100644 --- a/recipes/openobex/openobex_1.2.bb +++ b/recipes/openobex/openobex_1.2.bb @@ -8,8 +8,8 @@ LICENSE = "GPL" PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ - file://disable-cable-test.patch;patch=1 \ - file://libusb_crosscompile_check.patch;patch=1" + file://disable-cable-test.patch;apply=yes \ + file://libusb_crosscompile_check.patch;apply=yes" inherit autotools binconfig pkgconfig diff --git a/recipes/openobex/openobex_1.3.bb b/recipes/openobex/openobex_1.3.bb index c05698d6e3..ecd330801d 100644 --- a/recipes/openobex/openobex_1.3.bb +++ b/recipes/openobex/openobex_1.3.bb @@ -8,8 +8,8 @@ LICENSE = "GPL" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ - file://disable-cable-test.patch;patch=1 \ - file://libusb_crosscompile_check.patch;patch=1" + file://disable-cable-test.patch;apply=yes \ + file://libusb_crosscompile_check.patch;apply=yes" inherit autotools binconfig pkgconfig diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb index 53caf7b954..a7b7b87407 100644 --- a/recipes/openobex/openobex_1.5.bb +++ b/recipes/openobex/openobex_1.5.bb @@ -8,8 +8,8 @@ LICENSE = "GPLv2/LGPLv2.1" PR = "r2" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \ - file://disable-cable-test.patch;patch=1 \ - file://libusb_crosscompile_check.patch;patch=1" + file://disable-cable-test.patch;apply=yes \ + file://libusb_crosscompile_check.patch;apply=yes" inherit autotools_stage binconfig pkgconfig |