summaryrefslogtreecommitdiffstats
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:36:00 +0100
commit650fe92a0bab18fb8cf9b41b75b11cee264329ea (patch)
tree943a578201afb476db18739cddbdc34f76811f53 /meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
parenta91e6f6c754721ff4d9624632a6275e6e69841ad (diff)
downloadpoky-650fe92a0bab18fb8cf9b41b75b11cee264329ea.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) (From OE-Core rev: e3d182740355d9df206af01bc9ebff43a433f059) 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"
12SRC_URI += "file://disable-x11-dri3.patch \ 12SRC_URI += "file://disable-x11-dri3.patch \
13 file://always_include_xorg_server.h.patch \ 13 file://always_include_xorg_server.h.patch \
14 file://sna-Protect-against-ABI-breakage-in-recent-versions-.patch \ 14 file://sna-Protect-against-ABI-breakage-in-recent-versions-.patch \
15 file://udev-fstat.patch \
15 " 16 "
16 17
17SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b" 18SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b"