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/lilo-sh | |
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/lilo-sh')
-rw-r--r-- | recipes/lilo-sh/lilo-sh_21.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/lilo-sh/lilo-sh_21.bb b/recipes/lilo-sh/lilo-sh_21.bb index 9303aef482..2750d8ce75 100644 --- a/recipes/lilo-sh/lilo-sh_21.bb +++ b/recipes/lilo-sh/lilo-sh_21.bb @@ -15,16 +15,16 @@ LICENSE = "MIT" PR = "r1" SRC_URI = "http://twibble.org/dist/sh4/src/lilosh/lilo-21.tar.gz \ - file://lilo-0.21-include.patch;patch=1 \ - file://lilo-0.21-1.1.patch;patch=1 \ - file://lilo.patch;patch=1 \ - file://lilo.raid1;patch=1 \ - file://lilo-0.21-loopdev.patch;patch=1 \ - file://lilo-0.21-second.patch;patch=1;pnum=0 \ - file://lilo-sh-linux.patch;patch=1 \ - file://lilo-linkgear.patch;patch=1 \ - file://lilo-noconfig-h.patch;patch=1 \ - file://lilo-replace-PAGE_SIZE.patch;patch=1 \ + file://lilo-0.21-include.patch;apply=yes \ + file://lilo-0.21-1.1.patch;apply=yes \ + file://lilo.patch;apply=yes \ + file://lilo.raid1;apply=yes \ + file://lilo-0.21-loopdev.patch;apply=yes \ + file://lilo-0.21-second.patch;apply=yes;striplevel=0 \ + file://lilo-sh-linux.patch;apply=yes \ + file://lilo-linkgear.patch;apply=yes \ + file://lilo-noconfig-h.patch;apply=yes \ + file://lilo-replace-PAGE_SIZE.patch;apply=yes \ " S = "${WORKDIR}/lilo" |