diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-13 11:49:20 +0200 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-14 16:50:04 +0200 |
commit | cecc91c084c95cedc210ddd0ca6b36ea6c520a80 (patch) | |
tree | bd9ac16852a27f6c6b0be9fbe27f98d0a53e2f19 /meta-python/recipes-devtools/python/python3-pytest | |
parent | eabddce219d0b1f837c5ea446e2710775f7d4d0e (diff) | |
download | meta-openembedded-cecc91c084c95cedc210ddd0ca6b36ea6c520a80.tar.gz |
ledmon: fix building on 32-bit x86
Building the recipe on x86 platform fails with the following error:
| ../../git/src/utils.c: In function 'get_uint64':
| ../../git/src/utils.c:105:18: error: passing argument 1 of 'str_toul' from incompatible pointer type [-Wincompatible-pointer-types]
| 105 | str_toul(&defval, p, NULL, 16);
Upstream has already changed this function to avoid overflow due to the
size difference in the pointer - this change backports that patch.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest')
0 files changed, 0 insertions, 0 deletions