summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-06 19:19:14 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-06 21:15:00 -0700
commitdde0b11a5367dcbf238e1966c825033579c71aec (patch)
tree9677fc4ba9c7ef3e047f01f32cca8e71df6e5df7 /meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb
parent67d9edf991e5f93b6779b9f606e15721df7e1871 (diff)
downloadmeta-openembedded-dde0b11a5367dcbf238e1966c825033579c71aec.tar.gz
deqp-runner: Fix build on riscv32
Update dependency on tempfile crate to 3.x so it can pick 3.19 which brings latest rustix and latest libc which has support for riscv32 + 1 patch which is submitted Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb')
-rw-r--r--meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb b/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb
index 0b2bfafc10..cc8fef757c 100644
--- a/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb
+++ b/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb
@@ -11,6 +11,8 @@ inherit cargo cargo-update-recipe-crates
11SRC_URI += " \ 11SRC_URI += " \
12 crate://crates.io/deqp-runner/${PV} \ 12 crate://crates.io/deqp-runner/${PV} \
13 file://0001-deqp-runner-drop-zstd-support.patch \ 13 file://0001-deqp-runner-drop-zstd-support.patch \
14 file://0001-cargo-Update-tempfile-to-latest-3.x.patch \
15 file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO_VENDORING_DIRECTORY}/libc-0.2.171 \
14" 16"
15SRC_URI[deqp-runner-0.20.3.sha256sum] = "2de4b135ed68a7f821deeedebb4084d33058b0307f1f9935e2c960430f7532e8" 17SRC_URI[deqp-runner-0.20.3.sha256sum] = "2de4b135ed68a7f821deeedebb4084d33058b0307f1f9935e2c960430f7532e8"
16 18