aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-13 10:16:04 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-13 10:16:04 +0100
commitd0ede79db34fe9261e08162cd17619ca54162e10 (patch)
tree2fb533e12ec6c3311769fdee7109fb1338a1a364 /recipes/xorg-lib/pixman_git.bb
parent14a73529b5d431f148c441e6a32c7ad52713db19 (diff)
downloadopenembedded-d0ede79db34fe9261e08162cd17619ca54162e10.tar.gz
pixman git: bump SRCREV to one where almost all patches are upstream
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r--recipes/xorg-lib/pixman_git.bb14
1 files changed, 2 insertions, 12 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index ffca7becce..dd02828e37 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -4,26 +4,16 @@ DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.17.1"
-PR = "r3"
+PR = "r4"
PR_append = "+gitr${SRCREV}"
-SRCREV = "67bf739187cd43b5fff754b25693f76bb788d1fa"
+SRCREV = "abefe68ae2a422fecf315f17430c0cda5561be66"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
-file://0002-ARM-Introduction-of-the-new-framework-for-NEON-fast.patch;patch=1 \
-file://0003-ARM-Added-pixman_composite_src_8888_0565_asm_neon-f.patch;patch=1 \
-file://0004-ARM-Added-pixman_composite_add_8000_8000_asm_neon-f.patch;patch=1 \
-file://0005-ARM-Added-pixman_composite_over_8888_8888_asm_neon.patch;patch=1 \
-file://0006-ARM-Added-a-set-of-NEON-functions-not-fully-optimi.patch;patch=1 \
-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"