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/wifistix | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) | |
download | openembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz |
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/wifistix')
-rw-r--r-- | recipes/wifistix/wifistix-modules_5.0.16.p0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb index 4a7fb37805..ead6771923 100644 --- a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb +++ b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb @@ -13,18 +13,18 @@ PR = "r0" SRC_URI = "http://files.gumstix.com/cf8385-5.0.16.p0-26306.tbz \ file://wifistix.conf \ file://mcf25 \ - file://marvell-devicename.patch;patch=1 \ - file://marvell-devicetable.patch;patch=1 \ - file://marvell-gumstix.patch;patch=1 \ - file://sbi-no-inline.patch;patch=1 \ - file://2.6.17-new-pcmcia-layer.patch;patch=1 \ - file://bad-cast.patch;patch=1 \ - file://sk_buff.patch;patch=1 \ - file://struct-changes.patch;patch=1 \ - file://no-more-config-h.patch;patch=1 \ - file://realtime-kernel.patch;patch=1 \ - file://install-properly.patch;patch=1 \ - file://fix-essid-truncation.patch;patch=1" + file://marvell-devicename.patch;apply=yes \ + file://marvell-devicetable.patch;apply=yes \ + file://marvell-gumstix.patch;apply=yes \ + file://sbi-no-inline.patch;apply=yes \ + file://2.6.17-new-pcmcia-layer.patch;apply=yes \ + file://bad-cast.patch;apply=yes \ + file://sk_buff.patch;apply=yes \ + file://struct-changes.patch;apply=yes \ + file://no-more-config-h.patch;apply=yes \ + file://realtime-kernel.patch;apply=yes \ + file://install-properly.patch;apply=yes \ + file://fix-essid-truncation.patch;apply=yes" S = "${WORKDIR}/src_cf8385" |