summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
diff options
context:
space:
mode:
authorChristopher Hallinan <challinan@gmail.com>2012-05-21 21:56:43 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-05-22 09:37:40 -0500
commita06f5d308803ab2c2c783489093626ac85bf9a60 (patch)
tree6d53dbdf25a68cb4da7a53b4767e2b8d099b4ffb /meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
parent7c1086df3f92d76ca1a062f9b4b1daf6823bfb63 (diff)
downloadmeta-intel-a06f5d308803ab2c2c783489093626ac85bf9a60.tar.gz
xserver-psb: fix X server on emenlow when built with gcc 4.7.x
Note: this patch has already been submitted against other BSPs, originally submitted to oe-core by Gary Thomas. I ran into this same issue building MACHINE=emenlow on my own Z530 platform. There are likely others as well where this needs to be applied. Upstream is here: https://bugs.freedesktop.org/show_bug.cgi?id=18451 PR has been bumped. Signed-off-by: Christopher Hallinan <challinan@gmail.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc')
-rw-r--r--meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
index 9ee9c97d..1fe962ba 100644
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb-1.7.99.2.inc
@@ -1,4 +1,4 @@
1PR = "r5" 1PR = "r6"
2 2
3PROTO_DEPS += "xf86driproto dri2proto" 3PROTO_DEPS += "xf86driproto dri2proto"
4 4
@@ -8,7 +8,8 @@ SRC_URI += "file://nodolt.patch \
8 file://crosscompile.patch \ 8 file://crosscompile.patch \
9 file://libdrm-poulsbo.patch \ 9 file://libdrm-poulsbo.patch \
10 file://werror-address-fix.patch \ 10 file://werror-address-fix.patch \
11 file://ptr-to-int-cast-fix.patch" 11 file://ptr-to-int-cast-fix.patch \
12 file://fix-bogus-stack-variables.patch"
12 13
13# Misc build failure for master HEAD 14# Misc build failure for master HEAD
14SRC_URI += "file://fix_open_max_preprocessor_error.patch" 15SRC_URI += "file://fix_open_max_preprocessor_error.patch"