summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-driver/xf86-video-intel_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-driver/xf86-video-intel_git.bb')
-rw-r--r--meta/packages/xorg-driver/xf86-video-intel_git.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/packages/xorg-driver/xf86-video-intel_git.bb b/meta/packages/xorg-driver/xf86-video-intel_git.bb
index 29894002b9..a72c7d783d 100644
--- a/meta/packages/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/packages/xorg-driver/xf86-video-intel_git.bb
@@ -9,13 +9,7 @@ PV = "2.7.1+git${SRCPV}"
9 9
10EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" 10EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
11 11
12#TODO: Investigate the fact that these patches fail to apply to git master a.t.m 12SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git"
13#file://002_avoid_duplicate_SaveHWState.patch;patch=1
14#file://004_reduce_driver_boottime.patch;patch=1
15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git \
16 file://005_disable_sdvo_TV_port_restoreHW.patch;patch=1 \
17 file://006_disable_check_lvds_panelpower_status.patch;patch=1 \
18 file://nodolt.patch;patch=1 "
19 13
20S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
21 15