summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb (renamed from recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb b/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb
index 156798c6..af696630 100644
--- a/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb
+++ b/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.25.bb
@@ -7,20 +7,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
7 7
8LICENSE_append = " & ISC" 8LICENSE_append = " & ISC"
9 9
10inherit autotools 10inherit meson
11 11
12SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz" 12SRC_URI = "${XORG_MIRROR}/individual/app/${BP}.tar.xz"
13 13
14DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils" 14DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps libunwind kmod openssl elfutils bison-native"
15RDEPENDS_${PN} += "bash" 15RDEPENDS_${PN} += "bash"
16RDEPENDS_${PN}-tests += "bash" 16RDEPENDS_${PN}-tests += "bash"
17 17
18PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" 18PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
19 19
20SRC_URI[md5sum] = "0e0b4a1a80dc2e09c2705e0c5159e0a1" 20SRC_URI[sha256sum] = "40454d8f0484ea2477862007398a08eef78a6c252c4defce1c934548593fdd11"
21SRC_URI[sha256sum] = "57357c72feeafc923c9cfd2d1234bd80e120fc7cc6099eac81158ec351a821bf"
22 21
23EXTRA_OECONF = "--disable-nouveau" 22EXTRA_OEMESON = "-Dlibdrm_drivers=intel"
24COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" 23COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
25COMPATIBLE_HOST_libc-musl_class-target = "null" 24COMPATIBLE_HOST_libc-musl_class-target = "null"
26 25
@@ -29,7 +28,6 @@ gputools_sysroot_preprocess() {
29} 28}
30SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" 29SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
31 30
32FILES_${PN} += "${libdir}/intel_aubdump.so"
33FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" 31FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks"
34FILES_${PN}-tests += "\ 32FILES_${PN}-tests += "\
35 ${libexecdir}/${BPN}/*\ 33 ${libexecdir}/${BPN}/*\