Go to file
Gyorgy Sarvari e1625a159e
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>
2025-09-11 17:31:42 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems zfs: Upgrade to 2.2.8 release 2025-08-26 11:27:12 -07:00
meta-gnome libgdata: fix compiling for 32-bit targets 2025-09-11 17:31:42 -07:00
meta-initramfs klibc: Do not let clang generate wcslen builtin 2025-09-01 15:52:05 -07:00
meta-multimedia tinyalsa: Add meson build option for plugin support 2025-09-10 23:50:39 -07:00
meta-networking pgpool2: fix compiling for 32-bit arches 2025-09-11 17:31:42 -07:00
meta-oe include-what-you-use: Upgrade to 0.25 (clang_21) 2025-09-10 23:50:39 -07:00
meta-perl libalgorithm-diff-perl: upgrade 1.1903 -> 1.201 2025-09-09 22:39:24 -07:00
meta-python python3-txws: Switch to pypi for fetching 2025-09-07 23:34:42 -07:00
meta-webserver swagger-ui: upgrade 5.27.1 -> 5.28.0 2025-09-04 10:28:30 -07:00
meta-xfce xfce4-screenshooter: Upgrade to 1.11.2 2025-07-16 08:52:06 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories