diff options
-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 | |||
3 | SUMMARY = "Intel GPU tools" | 3 | SUMMARY = "Intel GPU tools" |
4 | DESCRIPTION = "Variety of small tools for testing intel graphics." | 4 | DESCRIPTION = "Variety of small tools for testing intel graphics." |
5 | 5 | ||
6 | SRC_URI[md5sum] = "836e9fd084f63da2a29fe81a47eb3db8" | ||
7 | SRC_URI[sha256sum] = "48823450452b57c52c74e00c8c763ed7cdd0c81cc877e8c2f619f7f6c45dade4" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" |
10 | 7 | ||
11 | inherit autotools gtk-doc | 8 | inherit autotools gtk-doc |
@@ -13,13 +10,18 @@ inherit autotools gtk-doc | |||
13 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" | 10 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" |
14 | RDEPENDS_${PN} += "bash" | 11 | RDEPENDS_${PN} += "bash" |
15 | 12 | ||
13 | SRC_URI[md5sum] = "9ef0d6385e2665db7afa6432f1418ed3" | ||
14 | SRC_URI[sha256sum] = "c6e65884c106eff4af3a6896ae3fede6bf309337962f2e75ab897f116872ae34" | ||
15 | |||
16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
17 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" | 17 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" |
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger --disable-dumper" | 19 | EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" |
20 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | 20 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |
21 | 21 | ||
22 | gputools_sysroot_preprocess() { | 22 | gputools_sysroot_preprocess() { |
23 | rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc | 23 | rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc |
24 | } | 24 | } |
25 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | 25 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" |
26 | |||
27 | FILES_${PN} += "${libdir}/intel_aubdump.so" | ||