summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/igt-gpu-tools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/igt-gpu-tools
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/igt-gpu-tools')
-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\