aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-01 20:01:27 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-01 20:01:27 +0100
commitf1a20d6191e191a1ac74f5760e8931ed1ee8736e (patch)
tree4460863f7118e106a123f0e2f53e6cd826de245c /recipes/xorg-lib/pixman_git.bb
parent24c8f2b9e012595b15a2ffa3e042a558f736cc69 (diff)
downloadopenembedded-f1a20d6191e191a1ac74f5760e8931ed1ee8736e.tar.gz
pixman git: add more NEON patches, bump SRCREV
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r--recipes/xorg-lib/pixman_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 8a0ee265fd..ffca7becce 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -4,10 +4,10 @@ DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.17.1"
-PR = "r2"
+PR = "r3"
PR_append = "+gitr${SRCREV}"
-SRCREV = "dc46ad274a47d351bacf3c2167c359d23dbaf8b3"
+SRCREV = "67bf739187cd43b5fff754b25693f76bb788d1fa"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
@@ -22,6 +22,8 @@ file://0007-ARM-Enabled-new-NEON-optimizations.patch;patch=1 \
file://pixman-28986.patch;patch=1 \
file://nearest-neighbour.patch;patch=1 \
file://over-8888-0565.patch;patch=1 \
+file://prefetch.patch;patch=1 \
+file://neon-24bpp.patch;patch=1 \
"
S = "${WORKDIR}/git"