aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-09-20 00:43:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-21 23:05:45 +0100
commita88733677a6d809c2fca8dc5ec14c7cb4a869ea7 (patch)
tree8392cfdb4d7f20f2d7eb48f5d597c0ed62cd3946 /meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
parent1bd71e740b085d2e012b38ac5c04556d7f8561c4 (diff)
downloadopenembedded-core-contrib-a88733677a6d809c2fca8dc5ec14c7cb4a869ea7.tar.gz
pixman: Fix missing FE_DIVBYZERO on nios2
The FE_DIVBYZERO is missing on nios2 , add a small patch to pixman which checks for the presence of FE_DIVBYZERO and disables the test which depends on it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb b/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
index eae59b62d2..317a568bd6 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
@@ -31,6 +31,7 @@ SRC_URI += "\
file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \
file://mips-export-revert.patch \
file://asm_include.patch \
+ file://0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch \
"
SRC_URI[md5sum] = "8a9e8f14743a39cf303803f369c1f344"