intel-gpu-tools: Update to 1.8

Routine package upgrade.

Removes install-fitter patch because it's now upstream.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Aníbal Limón 2014-11-28 17:35:24 -06:00 committed by Tom Zanussi
parent 3e93304f15
commit 484a2fc88e
2 changed files with 2 additions and 30 deletions

View File

@ -1,26 +0,0 @@
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: intel-gpu-tools-1.5/tools/Makefile.am
===================================================================
--- 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 = \
intel_dump_decode \
intel_infoframes \
- intel_lid \
- intel_panel_fitter
+ intel_lid
dist_bin_SCRIPTS = intel_gpu_abrt

View File

@ -3,10 +3,8 @@ require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "Intel GPU tools"
DESCRIPTION = "Variety of small tools for testing intel graphics."
SRC_URI += "file://install-fitter.patch"
SRC_URI[md5sum] = "6165a9054de2609f5b1bf0ca0d913f31"
SRC_URI[sha256sum] = "115475b528c78d67741ae6cbedfbfced1d471b356140e48245cbad8fdfaad1d1"
SRC_URI[md5sum] = "49d2c3c65204d889189c4d8c14c598b3"
SRC_URI[sha256sum] = "ffe2a11bca57f7fe36e93d55e4b3685127640e3e6cdae19973b193fe25ff3759"
LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"