mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
intel-gpu-tools: upgrade to version 1.11
Disable gtk-doc to fix building error. Add libunwind package config to fix dependency. Since test script need bash, add bash dependency. Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
fe124f44c7
commit
c89f2cd7a5
|
|
@ -3,12 +3,18 @@ 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[md5sum] = "1e768f2b1edc8613911b1d33bb361a7f"
|
||||
SRC_URI[sha256sum] = "1de4c28ae0fe1e6c198ab559dbffcec6762798dc4adbdfdac54b2c7a9b0a1ed3"
|
||||
SRC_URI[md5sum] = "836e9fd084f63da2a29fe81a47eb3db8"
|
||||
SRC_URI[sha256sum] = "48823450452b57c52c74e00c8c763ed7cdd0c81cc877e8c2f619f7f6c45dade4"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
|
||||
|
||||
inherit autotools gtk-doc
|
||||
|
||||
DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr"
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind"
|
||||
|
||||
EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger --disable-dumper"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||
Loading…
Reference in New Issue
Block a user