diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-19 10:45:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-19 10:45:34 +0100 |
commit | 96b8c73a385eaf72685d99295e892367956c9118 (patch) | |
tree | 759e24ab5c45c99a610732e4adda5d1fa6681154 /recipes/xorg-lib/pixman_git.bb | |
parent | b34c4a2a273c29b788f1bcdcd54b43529755aa3c (diff) |
pixman git: revert a commit that breaks thumb, reported by Martin Jansa
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 52224ef4fe..543cf50f9f 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" PV = "0.17.13" -PR = "r0" +PR = "r1" PR_append = "+gitr${SRCREV}" BBCLASSEXTEND="native" @@ -19,6 +19,7 @@ SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git;branch=master \ 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-Revert-ARM-SIMD-Try-without-any-CFLAGS-before-forcin.patch;patch=1 \ file://over-n-8-0565.patch;patch=1 \ file://src-8888-0565.patch;patch=1 \ " |