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/orinoco | |
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/orinoco')
-rw-r--r-- | recipes/orinoco/orinoco-modules_0.13e.bb | 4 | ||||
-rw-r--r-- | recipes/orinoco/orinoco-modules_0.15rc1.bb | 10 | ||||
-rw-r--r-- | recipes/orinoco/orinoco-modules_0.15rc2.bb | 12 | ||||
-rw-r--r-- | recipes/orinoco/orinoco-modules_cvs.bb | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/recipes/orinoco/orinoco-modules_0.13e.bb b/recipes/orinoco/orinoco-modules_0.13e.bb index f1a786287f..10158a4231 100644 --- a/recipes/orinoco/orinoco-modules_0.13e.bb +++ b/recipes/orinoco/orinoco-modules_0.13e.bb @@ -4,8 +4,8 @@ RDEPENDS_orinoco-modules-cs += "orinoco-modules" PR = "r5" SRC_URI += "\ - file://crosscompile.patch;patch=1 \ - file://monitor-${PV}.patch;patch=1 \ + file://crosscompile.patch;apply=yes \ + file://monitor-${PV}.patch;apply=yes \ file://spectrum.conf \ file://spectrum_fw.h \ file://spectrum_cs.c \ diff --git a/recipes/orinoco/orinoco-modules_0.15rc1.bb b/recipes/orinoco/orinoco-modules_0.15rc1.bb index 13bb8265c6..7073672bb9 100644 --- a/recipes/orinoco/orinoco-modules_0.15rc1.bb +++ b/recipes/orinoco/orinoco-modules_0.15rc1.bb @@ -6,11 +6,11 @@ RDEPENDS_orinoco-modules-cs += "orinoco-modules spectrum-fw" PR = "r8" SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \ - file://makefile_fix.patch;patch=1 \ - file://list-move.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://add_utsname.patch;patch=1 \ - file://spectrum_cs_ids.patch;patch=1" + file://makefile_fix.patch;apply=yes \ + file://list-move.patch;apply=yes \ + file://add_event.patch;apply=yes \ + file://add_utsname.patch;apply=yes \ + file://spectrum_cs_ids.patch;apply=yes" do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ diff --git a/recipes/orinoco/orinoco-modules_0.15rc2.bb b/recipes/orinoco/orinoco-modules_0.15rc2.bb index 243f46b6b6..a1978bc0e1 100644 --- a/recipes/orinoco/orinoco-modules_0.15rc2.bb +++ b/recipes/orinoco/orinoco-modules_0.15rc2.bb @@ -6,12 +6,12 @@ RDEPENDS_orinoco-modules-cs += "orinoco-modules spectrum-fw" PR = "r10" SRC_URI += "\ - file://makefile_fix.patch;patch=1 \ - file://list-move.patch;patch=1 \ - file://add_utsname.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://spectrum_cs_ids.patch;patch=1 \ - file://catch-up-with-kernel-changes.patch;patch=1" + file://makefile_fix.patch;apply=yes \ + file://list-move.patch;apply=yes \ + file://add_utsname.patch;apply=yes \ + file://add_event.patch;apply=yes \ + file://spectrum_cs_ids.patch;apply=yes \ + file://catch-up-with-kernel-changes.patch;apply=yes" do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ diff --git a/recipes/orinoco/orinoco-modules_cvs.bb b/recipes/orinoco/orinoco-modules_cvs.bb index 6cbb7eb8f6..6870ce6c80 100644 --- a/recipes/orinoco/orinoco-modules_cvs.bb +++ b/recipes/orinoco/orinoco-modules_cvs.bb @@ -12,7 +12,7 @@ EXTRA_OEMAKE = 'KERNEL_SRC="${KERNEL_STAGING_DIR}"' DEFAULT_PREFERENCE_arm = "-1" SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/orinoco;module=orinoco;method=pserver \ - file://list-move.patch;patch=1" + file://list-move.patch;apply=yes" S = "${WORKDIR}/orinoco" do_install() { |