mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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>
This commit is contained in:
@@ -17,8 +17,8 @@ SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native"
|
||||
RDEPENDS_${PN} += "bash"
|
||||
RDEPENDS_${PN}-tests += "bash"
|
||||
RDEPENDS:${PN} += "bash"
|
||||
RDEPENDS:${PN}-tests += "bash"
|
||||
|
||||
PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
|
||||
|
||||
@@ -26,7 +26,7 @@ PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-
|
||||
|
||||
EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
|
||||
COMPATIBLE_HOST_libc-musl_class-target = "null"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}"
|
||||
|
||||
gputools_sysroot_preprocess() {
|
||||
@@ -34,7 +34,7 @@ gputools_sysroot_preprocess() {
|
||||
}
|
||||
SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
install -d ${D}/usr/share/${BPN}/scripts
|
||||
install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
|
||||
install -d ${D}/usr/share/${BPN}/runner
|
||||
@@ -42,8 +42,8 @@ do_install_append() {
|
||||
install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
|
||||
}
|
||||
|
||||
FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks"
|
||||
FILES_${PN}-tests += "\
|
||||
FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks"
|
||||
FILES:${PN}-tests += "\
|
||||
${libexecdir}/${BPN}/*\
|
||||
${datadir}/${BPN}/1080p-right.png\
|
||||
${datadir}/${BPN}/1080p-left.png\
|
||||
|
||||
Reference in New Issue
Block a user