summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-03-22 16:40:56 -0700
committerSaul Wold <sgw@linux.intel.com>2016-03-29 11:45:20 -0700
commitc7f7d7ff2923aa8eacf86f1725dbb2772cfc6db6 (patch)
treec4a707dcfbe03055e43cdad1df013fd0cbc325a9 /common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
parent53ece8f9fa1f438c65e51874832cd96e20eb677d (diff)
downloadmeta-intel-c7f7d7ff2923aa8eacf86f1725dbb2772cfc6db6.tar.gz
intel-gpu-tools: update 1.13 -> 1.14
A new ISC section was added into COPYING when some new code under ISC license was imported into the project (ef724ab2bb). Checksum of license is updated accordingly. [YOCTO #9292] Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb')
-rw-r--r--common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
deleted file mode 100644
index 94772cad..00000000
--- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
2
3SUMMARY = "Intel GPU tools"
4DESCRIPTION = "Variety of small tools for testing intel graphics."
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
7
8inherit autotools gtk-doc
9
10DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr"
11RDEPENDS_${PN} += "bash"
12RDEPENDS_${PN}-tests += "bash"
13
14PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
15
16SRC_URI[md5sum] = "9ef0d6385e2665db7afa6432f1418ed3"
17SRC_URI[sha256sum] = "c6e65884c106eff4af3a6896ae3fede6bf309337962f2e75ab897f116872ae34"
18
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind"
21
22EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
23COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
24
25gputools_sysroot_preprocess() {
26 rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
27}
28SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
29
30FILES_${PN} += "${libdir}/intel_aubdump.so"
31FILES_${PN}-benchmarks += "${libexecdir}/intel-gpu-tools/benchmarks"
32FILES_${PN}-tests += "\
33 ${libexecdir}/intel-gpu-tools/*\
34 ${datadir}/intel-gpu-tools/1080p-right.png\
35 ${datadir}/intel-gpu-tools/1080p-left.png\
36 ${datadir}/intel-gpu-tools/pass.png\
37 ${datadir}/intel-gpu-tools/test-list.txt"