Files
meta-openembedded/meta-gnome
Gyorgy Sarvari 684e8862b3 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>
2025-09-14 16:50:04 +02:00
..
2021-08-03 10:21:25 -07:00
2025-03-31 07:41:47 -07:00

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: walnascar

URI: git://git.openembedded.org/meta-openembedded branch: walnascar

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][walnascar]' in the subject'

When sending single patches, please using something like: git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-gnome][walnascar][PATCH'

Layer maintainer: Armin Kuster akuster808@gmail.com