aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-08-25 10:23:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-30 12:34:20 +0100
commite3d182740355d9df206af01bc9ebff43a433f059 (patch)
treeae55b5371aaca6a03bac14392b96414365e45576 /meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
parent5a14d4f981c2c12c274fade518d23706dca5889b (diff)
downloadopenembedded-core-contrib-e3d182740355d9df206af01bc9ebff43a433f059.tar.gz
xf86-video-intel: fix missing fstat() prototype
What I'm guessing is an updated systemd exposes less system headers, so xf86-video-intel was using fstat() without the required includes. Backport a patch from upstream to fix this problem. (From OE-Core rev: 3f38c912384d7398516f689bc5934d36cbfdd4d0) 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-driver/xf86-video-intel_2.99.917.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
index 5a3e06ccbd..a2f145659b 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
SRC_URI += "file://disable-x11-dri3.patch \
file://always_include_xorg_server.h.patch \
file://sna-Protect-against-ABI-breakage-in-recent-versions-.patch \
+ file://udev-fstat.patch \
"
SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b"