diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/lilo-sh | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/lilo-sh/lilo-sh_21.bb b/recipes/lilo-sh/lilo-sh_21.bb index 2750d8ce75..ab8bf7ad92 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;apply=yes \ - file://lilo-0.21-1.1.patch;apply=yes \ - file://lilo.patch;apply=yes \ + file://lilo-0.21-include.patch \ + file://lilo-0.21-1.1.patch \ + file://lilo.patch \ 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 \ + file://lilo-0.21-loopdev.patch \ + file://lilo-0.21-second.patch;striplevel=0 \ + file://lilo-sh-linux.patch \ + file://lilo-linkgear.patch \ + file://lilo-noconfig-h.patch \ + file://lilo-replace-PAGE_SIZE.patch \ " S = "${WORKDIR}/lilo" |