summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-01-04 22:30:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-05 11:24:47 +0000
commit352b9120a68a7cb27e8f202c1645fe41281a6517 (patch)
tree7c503e70bae92c4241c115503f560e6d2cd48fc1 /meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
parent28b6f1f36ef07a82aa078589ecb98a8c3c52793b (diff)
downloadpoky-352b9120a68a7cb27e8f202c1645fe41281a6517.tar.gz
xserver-kdrive: work around issues with -Werror=address
A number of calls to REGION_INIT() use a static box which is flagged as an error with -Werror=address. This patch works around the problem, but should not be considered a final solution. Upstream-Status: Inappropriate (From OE-Core rev: 605f6b89b9948351601af1ef37510f7dee77895b) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index c810e1bff8..3b3a004f6a 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
7EXTRA_OECONF += "--disable-glx" 7EXTRA_OECONF += "--disable-glx"
8 8
9PE = "1" 9PE = "1"
10PR = "r27" 10PR = "r28"
11 11
12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
13 file://extra-kmodes.patch \ 13 file://extra-kmodes.patch \
@@ -19,6 +19,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
19 file://fbdev_xrandr_ioctl.patch \ 19 file://fbdev_xrandr_ioctl.patch \
20 file://fix-newer-xorg-headers.patch \ 20 file://fix-newer-xorg-headers.patch \
21 file://crosscompile.patch \ 21 file://crosscompile.patch \
22 file://error-address-work-around.patch \
22 file://nodolt.patch" 23 file://nodolt.patch"
23# file://kdrive-evdev.patch 24# file://kdrive-evdev.patch
24# file://kdrive-use-evdev.patch 25# file://kdrive-use-evdev.patch