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/xorg-lib/pixman_0.18.2.bb | |
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/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 caac38b0af..067c7b3f57 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;patch=1\ - file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1\ - file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1\ - file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1\ - file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;patch=1\ - file://0006-A-copy-paste-version-of-16bpp-bilinear-scanline-fetc.patch;patch=1\ - file://0007-ARM-added-missing-cache-preload.patch;patch=1\ + 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\ " NEON = " --disable-arm-neon " |