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/x-load/x-load_1.41.bb | |
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/x-load/x-load_1.41.bb')
-rw-r--r-- | recipes/x-load/x-load_1.41.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/x-load/x-load_1.41.bb b/recipes/x-load/x-load_1.41.bb index 9aecdbcdad..042188bb2b 100644 --- a/recipes/x-load/x-load_1.41.bb +++ b/recipes/x-load/x-load_1.41.bb @@ -3,14 +3,14 @@ require x-load.inc COMPATIBLE_MACHINE = "am3517-evm" SRC_URI = "file://x-loader-03.00.00.01.tar.gz \ -file://0013-board.c-print-boot-method-mmc-onenand-nand.patch;apply=yes \ -file://0014-board.c-check-for-u-boot-on-mmc-on-all-configurati.patch;apply=yes \ -file://0015-OMAP3EVM-Build-issue-fixed.patch;apply=yes \ -file://0016-mmc-fix-infinite-loop-in-mmc_init_stream.patch;apply=yes \ -file://0017-lib-board.c-add-missing-call-to-misc_init_r.patch;apply=yes \ -file://0018-omap3evm-provide-missing-udelay-function.patch;apply=yes \ -file://0019-lib-board.c-Specify-where-u-boot-is-being-loaded-fr.patch;apply=yes \ -file://streen-fix.diff;apply=yes \ +file://0013-board.c-print-boot-method-mmc-onenand-nand.patch \ +file://0014-board.c-check-for-u-boot-on-mmc-on-all-configurati.patch \ +file://0015-OMAP3EVM-Build-issue-fixed.patch \ +file://0016-mmc-fix-infinite-loop-in-mmc_init_stream.patch \ +file://0017-lib-board.c-add-missing-call-to-misc_init_r.patch \ +file://0018-omap3evm-provide-missing-udelay-function.patch \ +file://0019-lib-board.c-Specify-where-u-boot-is-being-loaded-fr.patch \ +file://streen-fix.diff \ " S = "${WORKDIR}/xloader-03.00.00.01" |