summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-07-31 03:29:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-07-31 03:47:15 +0200
commit72e02b4625dceb0cc72e1edfc28215786c7de63a (patch)
treec9a666402eae063b1926b2ca6b721b7268b5d26f /meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
parentaa558bc2e839edc6dd816b2ce301d8fe0de87a69 (diff)
downloadmeta-openembedded-72e02b4625dceb0cc72e1edfc28215786c7de63a.tar.gz
pixman: add patch to fix SEGFAULT when parsing auxv
* without this patch emacs won't build * temacs is executed in qemu and fails like this: qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault which is actually: Program received signal SIGSEGV, Segmentation fault. __GI_strncmp (s1=s1@entry=0x0, s2=s2@entry=0x40d68638 "v7l", n=n@entry=3) at strncmp.c:64 64 strncmp.c: No such file or directory. (gdb) bt Backtrace stopped: previous frame identical to this frame (corrupt stack?) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
index 579d5081e3..b5be2b50ca 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
@@ -1,8 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
2 2
3PRINC := "${@int(PRINC) + 9}" 3PRINC := "${@int(PRINC) + 10}"
4 4
5SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" 5SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
6 file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \
7"
6 8
7NEON = " --disable-arm-neon " 9NEON = " --disable-arm-neon "
8NEON_armv7a = " " 10NEON_armv7a = " "