aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-03 21:33:55 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-03 21:33:55 +0200
commit5366c510565553f17b28ed936b34dfa4d3026b21 (patch)
tree6e43d1f714e3fd9bea76e97588cc0cd0278970d6 /recipes/xorg-lib/pixman_git.bb
parent19e6e8e30aaf2a791a657d752649865754963ce6 (diff)
downloadopenembedded-5366c510565553f17b28ed936b34dfa4d3026b21.tar.gz
pixman git: add some more NEON and fastpath patches
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r--recipes/xorg-lib/pixman_git.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 2ba06af67e..b8aa2a43c6 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -3,16 +3,20 @@ PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
-PV = "0.15.16"
-PR = "r1"
+PV = "0.17.1"
+PR = "r2"
PR_append = "+gitr${SRCREV}"
-SRCREV = "f9660ce29ed072c6cbaec711c5d18b9f0ba113ae"
+SRCREV = "7af985a69a9147e54dd5946a8062dbc2e534b735"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
+ file://pixman-28986.patch;patch=1 \
+ file://nearest-neighbour.patch;patch=1 \
+ file://remove-broken.patch;patch=1 \
+ file://over-8888-0565.patch;patch=1 \
"
S = "${WORKDIR}/git"