summaryrefslogtreecommitdiffstats
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-23 09:53:08 +0100
commit84e1100d121d9b4147bcc2ba0f5188332c8e0d93 (patch)
tree910744b5b314bcc150fc1073b0cd449b6daba382 /meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
parent9baffc1f2a0712d73506bef198e0679622e461bd (diff)
downloadpoky-84e1100d121d9b4147bcc2ba0f5188332c8e0d93.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. (From OE-Core rev: a88733677a6d809c2fca8dc5ec14c7cb4a869ea7) Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 += "\
31 file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \ 31 file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \
32 file://mips-export-revert.patch \ 32 file://mips-export-revert.patch \
33 file://asm_include.patch \ 33 file://asm_include.patch \
34 file://0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch \
34" 35"
35 36
36SRC_URI[md5sum] = "8a9e8f14743a39cf303803f369c1f344" 37SRC_URI[md5sum] = "8a9e8f14743a39cf303803f369c1f344"