diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/igt-gpu-tools | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-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.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\ |
