summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/igt-gpu-tools
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-11-16 23:48:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:53 +0000
commitf9b4f9efc0789a7bfdf992c59bf871fa6e86a078 (patch)
tree868ea01456e1978310885261741b737e6f2f663f /meta/recipes-graphics/igt-gpu-tools
parent02922c07b2623cc40ff9ec00f819296b44bac07d (diff)
downloadpoky-f9b4f9efc0789a7bfdf992c59bf871fa6e86a078.tar.gz
igt-gpu-tools: drop PR from /usr/src/debug paths
(From OE-Core rev: 5b13119b371090acee168b14fa651026ec71bb61) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> 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.bb2
1 files changed, 1 insertions, 1 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 529b374c7d..90cd09ea70 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
@@ -24,7 +24,7 @@ PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
24 24
25PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c" 25PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c"
26 26
27EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/ -Dversion_hash=${PV}" 27EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=${TARGET_DBGSRC_DIR}/git/ -Dversion_hash=${PV}"
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}"