intel-gpu-tools: upgrade to 1.5

* Disable the dumper since it needs swig and python3;
* refresh the install-fitter.patch;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Laurentiu Palcu 2014-03-07 16:20:32 +02:00 committed by Tom Zanussi
parent 0b743d1ed3
commit 22d1c5bd85
2 changed files with 12 additions and 12 deletions

View File

@ -3,16 +3,16 @@ The panel_fitter is genuinely useful but not installed, so install it.
Upstream-Status: Inappropriate
Signed-off-by: Ross Burton <ross.burton@intel.com>
Index: tools/Makefile.am
Index: intel-gpu-tools-1.5/tools/Makefile.am
===================================================================
--- a/tools.orig/Makefile.am 2012-08-21 08:30:29.000000000 +0100
+++ b/tools/Makefile.am 2013-06-25 16:52:34.220504579 +0100
@@ -17,13 +17,13 @@
intel_forcewaked \
intel_dpio_read \
intel_dpio_write \
- intel_l3_parity
+ intel_l3_parity \
--- intel-gpu-tools-1.5.orig/tools/Makefile.am 2013-11-06 16:31:21.000000000 +0200
+++ intel-gpu-tools-1.5/tools/Makefile.am 2014-03-06 17:34:14.938170240 +0200
@@ -30,13 +30,13 @@
intel_nc_write \
intel_nc_read \
intel_vga_read \
- intel_vga_write
+ intel_vga_write \
+ intel_panel_fitter
noinst_PROGRAMS = \

View File

@ -5,12 +5,12 @@ DESCRIPTION = "Variety of small tools for testing intel graphics."
SRC_URI += "file://install-fitter.patch"
SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9"
SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0"
SRC_URI[md5sum] = "6165a9054de2609f5b1bf0ca0d913f31"
SRC_URI[sha256sum] = "115475b528c78d67741ae6cbedfbfced1d471b356140e48245cbad8fdfaad1d1"
LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
DEPENDS += "libdrm libpciaccess cairo udev glib-2.0"
EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger --disable-dumper"
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"