diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-11 14:04:01 +0200 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-14 16:50:04 +0200 |
commit | 684e8862b35f19cc94b65316cf5b4a43d808e639 (patch) | |
tree | 8c20167cc05ec7e50bb514ce82713beaddba25af /meta-python/recipes-devtools/python/python-wcwidth.inc | |
parent | 57e4475ff2765b2de65d8865b72ed42266886c3e (diff) | |
download | meta-openembedded-684e8862b35f19cc94b65316cf5b4a43d808e639.tar.gz |
libgdata: fix compiling for 32-bit targets
When compiling for 32-bit targets, compilation fails with the following error:
| ../libgdata-0.18.1/demos/calendar/calendar-cli.c:47:22: error: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types]
| 47 | tm = gmtime (&tv->tv_sec);
Upstream meanwhile has refactored the failing part in an untagged commit:
they have removed the usage of GTimeVal, since it has been deprecated.
Since it also solves the compilation issue, backport that patch.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-wcwidth.inc')
0 files changed, 0 insertions, 0 deletions