[oe-commits] Koen Kooi : pixman 0.23.6: apply typo fix from upstream

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 10:07:24 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: b14c3a8c224fd47fd332b20f4ee451f5520c704a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b14c3a8c224fd47fd332b20f4ee451f5520c704a

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Oct 19 09:30:51 2011 +0200

pixman 0.23.6: apply typo fix from upstream

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 ...-ARM-NEON-Standard-fast-path-src_n_8_8888.patch |    2 +-
 meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch b/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
index 9588e33..5b7977f 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
@@ -64,7 +64,7 @@ index 3fcd07d..1db02db 100644
 +                                    PF subges PF_CTL, PF_CTL, #0x10
 +    vmull.u8    q11, d24, d3
 +                                    PF ldrgeb DUMMY, [PF_MASK, MASK_STRIDE, lsl #mask_bpp_shift]!
-+        vst4.8      {d28, d29, d30, d31}, [DST_W :128]!
++        vst4.8      {d28, d29, d30, d31}, [DST_W, :128]!
 +    vrsra.u16   q8, q8, #8
 +    vrsra.u16   q9, q9, #8
 +    vrsra.u16   q10, q10, #8
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
index 10bf6e1..fa2f9d4 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
                     file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
                    "
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.3"
 
 SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
            file://0001-ARM-NEON-Some-cleanup-of-bilinear-scanline-functions.patch \
@@ -17,6 +17,8 @@ SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.g
            file://0003-ARM-NEON-Replace-old-bilinear-scanline-generator-wit.patch \
            file://0004-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
            file://0005-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
+           file://0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch \
+           file://0007-ARM-NEON-Standard-fast-path-src_n_8_8.patch \
            file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
           "
 





More information about the Openembedded-commits mailing list