diff options
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.bb | 12 |
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" | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" | 19 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" |
| 20 | RDEPENDS_${PN} += "bash" | 20 | RDEPENDS:${PN} += "bash" |
| 21 | RDEPENDS_${PN}-tests += "bash" | 21 | RDEPENDS:${PN}-tests += "bash" |
| 22 | 22 | ||
| 23 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 23 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |
| 24 | 24 | ||
| @@ -26,7 +26,7 @@ PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc- | |||
| 26 | 26 | ||
| 27 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/" | 27 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/" |
| 28 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" | 28 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" |
| 29 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 29 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
| 30 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | 30 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" |
| 31 | 31 | ||
| 32 | gputools_sysroot_preprocess() { | 32 | gputools_sysroot_preprocess() { |
| @@ -34,7 +34,7 @@ gputools_sysroot_preprocess() { | |||
| 34 | } | 34 | } |
| 35 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | 35 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" |
| 36 | 36 | ||
| 37 | do_install_append() { | 37 | do_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 | ||
| 45 | FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | 45 | FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" |
| 46 | FILES_${PN}-tests += "\ | 46 | FILES:${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\ |
