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/gcc/gcc-3.4.4.inc | |
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/gcc/gcc-3.4.4.inc')
-rw-r--r-- | recipes/gcc/gcc-3.4.4.inc | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/recipes/gcc/gcc-3.4.4.inc b/recipes/gcc/gcc-3.4.4.inc index ef2cc8dd75..b63f59e2b0 100644 --- a/recipes/gcc/gcc-3.4.4.inc +++ b/recipes/gcc/gcc-3.4.4.inc @@ -3,30 +3,30 @@ require gcc-common.inc INC_PR = "r15" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ - file://gcc34-reverse-compare.patch;apply=yes \ - file://gcc34-arm-ldm.patch;apply=yes \ - file://gcc34-arm-ldm-peephole.patch;apply=yes \ - file://gcc34-arm-tune.patch;apply=yes \ - file://gcc-3.4.1-uclibc-100-conf.patch;apply=yes \ - file://gcc-3.4.1-uclibc-200-locale.patch;apply=yes \ - file://gcc-3.4.0-arm-lib1asm.patch;apply=yes \ - file://gcc-3.4.0-arm-nolibfloat.patch;apply=yes \ - file://gcc-3.4.0-arm-bigendian.patch;apply=yes \ - file://gcc-3.4.0-arm-bigendian-uclibc.patch;apply=yes \ - file://GCC3.4.0VisibilityPatch.diff;apply=yes \ - file://15342.patch;apply=yes \ - file://jarfix.patch;apply=yes \ - file://always-fixincperm.patch;apply=yes \ - file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;apply=yes \ - file://zecke-xgcc-cpp.patch;apply=yes \ - file://gcc-libgcc2-inhibit-libc.patch;apply=yes \ - file://gcc4-mtune-compat.patch;apply=yes \ - file://gcc34-configure.in.patch;apply=yes \ - file://gcc34-thumb-support.patch;apply=yes \ - file://gcc-cross-fixincl.patch;apply=yes \ - file://gcc-posix-open-fix.patch;apply=yes \ + file://gcc34-reverse-compare.patch \ + file://gcc34-arm-ldm.patch \ + file://gcc34-arm-ldm-peephole.patch \ + file://gcc34-arm-tune.patch \ + file://gcc-3.4.1-uclibc-100-conf.patch \ + file://gcc-3.4.1-uclibc-200-locale.patch \ + file://gcc-3.4.0-arm-lib1asm.patch \ + file://gcc-3.4.0-arm-nolibfloat.patch \ + file://gcc-3.4.0-arm-bigendian.patch \ + file://gcc-3.4.0-arm-bigendian-uclibc.patch \ + file://GCC3.4.0VisibilityPatch.diff \ + file://15342.patch \ + file://jarfix.patch \ + file://always-fixincperm.patch \ + file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch \ + file://zecke-xgcc-cpp.patch \ + file://gcc-libgcc2-inhibit-libc.patch \ + file://gcc4-mtune-compat.patch \ + file://gcc34-configure.in.patch \ + file://gcc34-thumb-support.patch \ + file://gcc-cross-fixincl.patch \ + file://gcc-posix-open-fix.patch \ " -SRC_URI_append = " file://zecke-no-host-includes.patch;apply=yes " +SRC_URI_append = " file://zecke-no-host-includes.patch " SRC_URI[archive.md5sum] = "b594ff4ea4fbef4ba9220887de713dfe" SRC_URI[archive.sha256sum] = "3444179840638cb8664e8e53604900c4521d29d57785a5091202ee4937d8d0fd" |