summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* pixman: update bbappend to match 0.27.2Martin Jansa2012-08-201-13/+0
| | | | | | | | * when [1] is applied in oe-core this could be dropped completely (that's why I've removed PRINC here) * [1] http://patches.openembedded.org/patch/34885/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: add patch to fix SEGFAULT when parsing auxvMartin Jansa2012-07-311-2/+4
| | | | | | | | | | | | | | | * 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>
* pixman: update bbappend to match oe-coreKoen Kooi2012-07-101-0/+11
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>