diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-11 14:03:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-11 17:31:42 -0700 |
commit | e1625a159eddd5225d7b18ea75c0eafb2a99cb41 (patch) | |
tree | 5233d58ff69f2410867afd983fcd0362c72f2aa0 /meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb | |
parent | 909985d1b95e5f05a57a0ca0e623b382fc30965a (diff) | |
download | meta-openembedded-e1625a159eddd5225d7b18ea75c0eafb2a99cb41.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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb')
0 files changed, 0 insertions, 0 deletions