[oe-commits] Koen Kooi : pixman git: update to 0.17.8 + flags branch to test upcoming 0. 18.x RCs

git version control git at git.openembedded.org
Wed Mar 3 15:34:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f88f6869a98e882bdfe6c6627240009b3f67a105
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f88f6869a98e882bdfe6c6627240009b3f67a105

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  3 15:32:10 2010 +0100

pixman git: update to 0.17.8 + flags branch to test upcoming 0.18.x RCs

---

 recipes/xorg-lib/pixman_git.bb |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 199c2fb..3fdb698 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -3,25 +3,24 @@ PRIORITY = "optional"
 DESCRIPTION = "Low-level pixel manipulation library."
 LICENSE = "X11"
 
-PV = "0.17.3"
+PV = "0.17.8"
 PR = "r6"
 PR_append = "+gitr${SRCREV}"
 
 BBCLASSEXTEND="native"
 
-SRCREV = "c97b1e803fc214e9880eaeff98410c8fa37f9ddc"
+SRCREV = "7a15fa25ddb88ebb4ac00772854271f102f06e81"
 
 DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_shr = "1"
 
-SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
-           file://nearest-neighbour.patch;patch=1 \
-           file://0001-ARM-NEON-optimized-pixman_blt.patch;patch=1 \
-           file://0002-Test-program-for-pixman_blt-function.patch;patch=1 \
+SRC_URI = "git://anongit.freedesktop.org/~sandmann/pixman;protocol=git;branch=flags \
            file://0003-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \
            file://0004-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \
            file://0005-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \
            file://0006-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \
+           file://1-composite.patch;patch=1 \
+           file://2-composite.patch;patch=1 \
+           file://3-composite.patch;patch=1 \
 "
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list