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/xorg-lib/pixman_0.18.2.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/xorg-lib/pixman_0.18.2.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.18.2.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/xorg-lib/pixman_0.18.2.bb b/recipes/xorg-lib/pixman_0.18.2.bb index 067c7b3f57..d07084015e 100644 --- a/recipes/xorg-lib/pixman_0.18.2.bb +++ b/recipes/xorg-lib/pixman_0.18.2.bb @@ -8,13 +8,13 @@ SRC_URI[archive.md5sum] = "5d1378fa61610dd5d3c7e0111b2c5253" SRC_URI[archive.sha256sum] = "80aee833b429d105d2c7593ef96993da04441b3b747084f1f3bfd7be594e1c45" SRC_URI += "\ - file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;apply=yes\ - file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;apply=yes\ - file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;apply=yes\ - file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;apply=yes\ - file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;apply=yes\ - file://0006-A-copy-paste-version-of-16bpp-bilinear-scanline-fetc.patch;apply=yes\ - file://0007-ARM-added-missing-cache-preload.patch;apply=yes\ + file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch\ + file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch\ + file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch\ + file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch\ + file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch\ + file://0006-A-copy-paste-version-of-16bpp-bilinear-scanline-fetc.patch\ + file://0007-ARM-added-missing-cache-preload.patch\ " NEON = " --disable-arm-neon " |