summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-10 13:58:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-21 09:59:04 +0100
commit0d2b369053a45ab248dcc7c49b7a9425eecaca57 (patch)
treea5cba50693fa608dec3fa6fee3f2cab6e8c2ef2c /meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
parent21d5cf88e58ca849faa7abf12f8ec35ceee96ecf (diff)
downloadpoky-0d2b369053a45ab248dcc7c49b7a9425eecaca57.tar.gz
xserver-xorg: Fix build for mips64
mips64 N64 ABI has different size for int and pointer which means the compiler will complain about conversions which works fine for 32 bit since sizes are same. amd64 is taken care of already so we take care of mips64 with this patch by understanding the difference in sizes in compiler.h (From OE-Core rev: de21917ba83f104a2d53941f40a9b2b8d35dce49) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
index fc41568a5f..595ab77278 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
@@ -2,6 +2,7 @@
2SRC_URI += "file://crosscompile.patch \ 2SRC_URI += "file://crosscompile.patch \
3 file://fix_open_max_preprocessor_error.patch \ 3 file://fix_open_max_preprocessor_error.patch \
4 file://gcc-47-warning.patch \ 4 file://gcc-47-warning.patch \
5 file://mips64-compiler.patch \
5 " 6 "
6 7
7SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" 8SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24"