mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
3e93304f15
commit
484a2fc88e
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user