summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-12-16 10:37:12 -0800
committerSaul Wold <sgw@linux.intel.com>2016-01-04 07:24:10 -0800
commitea6f5493140cdff57721f34e9ceec87b680018a4 (patch)
treec72d1bca41dd5d28297f916eff1198a00129cc46 /common/recipes-graphics
parent5abfc48a4c33caeafaf2f1d469cbfe50868f16b3 (diff)
downloadmeta-intel-ea6f5493140cdff57721f34e9ceec87b680018a4.tar.gz
intel-gpu-tools: Upgrade to 1.13
remove deprecated --disable-dumper option to configure Add additional library to files list. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics')
-rw-r--r--common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb (renamed from common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.11.bb)10
1 files changed, 6 insertions, 4 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.11.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
index 1997264b..71a30f8d 100644
--- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.11.bb
+++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb
@@ -3,9 +3,6 @@ require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
3SUMMARY = "Intel GPU tools" 3SUMMARY = "Intel GPU tools"
4DESCRIPTION = "Variety of small tools for testing intel graphics." 4DESCRIPTION = "Variety of small tools for testing intel graphics."
5 5
6SRC_URI[md5sum] = "836e9fd084f63da2a29fe81a47eb3db8"
7SRC_URI[sha256sum] = "48823450452b57c52c74e00c8c763ed7cdd0c81cc877e8c2f619f7f6c45dade4"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" 6LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
10 7
11inherit autotools gtk-doc 8inherit autotools gtk-doc
@@ -13,13 +10,18 @@ inherit autotools gtk-doc
13DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" 10DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr"
14RDEPENDS_${PN} += "bash" 11RDEPENDS_${PN} += "bash"
15 12
13SRC_URI[md5sum] = "9ef0d6385e2665db7afa6432f1418ed3"
14SRC_URI[sha256sum] = "c6e65884c106eff4af3a6896ae3fede6bf309337962f2e75ab897f116872ae34"
15
16PACKAGECONFIG ??= "" 16PACKAGECONFIG ??= ""
17PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" 17PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind"
18 18
19EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger --disable-dumper" 19EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
20COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" 20COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
21 21
22gputools_sysroot_preprocess() { 22gputools_sysroot_preprocess() {
23 rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc 23 rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
24} 24}
25SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" 25SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
26
27FILES_${PN} += "${libdir}/intel_aubdump.so"