summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-08 10:03:05 -0700
committerKhem Raj <raj.khem@gmail.com>2023-04-08 10:05:00 -0700
commit95a76614a6c80c954afc3a61b7ac83ed9f943db6 (patch)
tree1f5f687a8980d2b1bfbc0c291153e0e07dce9267 /meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch
parent621a2a377991feb6042bd685037dffe3397b4c36 (diff)
downloadmeta-openembedded-95a76614a6c80c954afc3a61b7ac83ed9f943db6.tar.gz
python3-pyruvate: Upgrade to 1.2.1
Add fixes to build with musl and riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch b/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch
index f41e6cf116..3f8256b027 100644
--- a/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch
+++ b/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch
@@ -19,7 +19,9 @@ currently the build fails on mips archirecture with type mismatches
19 296 | device: stat.st_dev, 19 296 | device: stat.st_dev,
20 | ^^^^^^^^^^^ expected `u64`, found `u32` 20 | ^^^^^^^^^^^ expected `u64`, found `u32`
21 21
22Upstream-Status: Submitted [https://github.com/lucab/libsystemd-rs/pull/103] 22Drop this patch when libsystemd-rs crate bumps to 0.6.0+
23
24Upstream-Status: Backport [https://github.com/lucab/libsystemd-rs/pull/104]
23Signed-off-by: Khem Raj <raj.khem@gmail.com> 25Signed-off-by: Khem Raj <raj.khem@gmail.com>
24--- 26---
25 src/logging.rs | 3 +++ 27 src/logging.rs | 3 +++