mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
igt-gpu-tools: Fix reproducibility issue
Add a configuration option to pass in srcdir, removing hard coded build paths from the binaries. (From OE-Core rev: d7e92e3a22f0c87aff4f452b51f50ec417d2949b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,7 +10,8 @@ inherit meson
|
||||
SRCREV = "d16ad07e7f2a028e14d61f570931c87fa5ce404c"
|
||||
PV = "1.25+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https \
|
||||
file://reproducibility.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -22,7 +23,7 @@ PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
|
||||
|
||||
PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c"
|
||||
|
||||
EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled"
|
||||
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"
|
||||
SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user