summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb')
-rw-r--r--meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
index 5ab0498f7a..79fab7a28a 100644
--- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
+++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
@@ -17,8 +17,8 @@ SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" 19DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native"
20RDEPENDS_${PN} += "bash" 20RDEPENDS:${PN} += "bash"
21RDEPENDS_${PN}-tests += "bash" 21RDEPENDS:${PN}-tests += "bash"
22 22
23PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" 23PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
24 24
@@ -26,7 +26,7 @@ PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-
26 26
27EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/" 27EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/"
28COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" 28COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
29COMPATIBLE_HOST_libc-musl_class-target = "null" 29COMPATIBLE_HOST:libc-musl:class-target = "null"
30SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" 30SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}"
31 31
32gputools_sysroot_preprocess() { 32gputools_sysroot_preprocess() {
@@ -34,7 +34,7 @@ gputools_sysroot_preprocess() {
34} 34}
35SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" 35SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
36 36
37do_install_append() { 37do_install:append() {
38 install -d ${D}/usr/share/${BPN}/scripts 38 install -d ${D}/usr/share/${BPN}/scripts
39 install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts 39 install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
40 install -d ${D}/usr/share/${BPN}/runner 40 install -d ${D}/usr/share/${BPN}/runner
@@ -42,8 +42,8 @@ do_install_append() {
42 install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner 42 install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
43} 43}
44 44
45FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" 45FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks"
46FILES_${PN}-tests += "\ 46FILES:${PN}-tests += "\
47 ${libexecdir}/${BPN}/*\ 47 ${libexecdir}/${BPN}/*\
48 ${datadir}/${BPN}/1080p-right.png\ 48 ${datadir}/${BPN}/1080p-right.png\
49 ${datadir}/${BPN}/1080p-left.png\ 49 ${datadir}/${BPN}/1080p-left.png\