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-11 10:21:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-11 23:25:10 +0100
commite63b1791cddcc3cc50df59a4aeeab1b3a200b48c (patch)
tree5e6234666b9ff39d7af24e066cd5f93d024347ad /meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
parent350a459dc3e38ba4240fd0b0ca45250dbacdea51 (diff)
downloadpoky-e63b1791cddcc3cc50df59a4aeeab1b3a200b48c.tar.gz
xserver-xorg: Fix build on powerpc
(From OE-Core rev: 8a11f42d3ed526fae0c0bb050d7d0519904591b4) 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.inc9
1 files changed, 5 insertions, 4 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 f5fa629105..6a86af4001 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
@@ -1,10 +1,11 @@
1SRC_URI += "file://crosscompile.patch"
2
3# Misc build failure for master HEAD 1# Misc build failure for master HEAD
4SRC_URI += "file://fix_open_max_preprocessor_error.patch" 2SRC_URI += "file://crosscompile.patch \
3 file://fix_open_max_preprocessor_error.patch \
4 file://gcc-47-warning.patch \
5 "
5 6
6SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" 7SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24"
7SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" 8SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2"
8 9
9PR = "r1" 10PR = "r2"
10 11