Go to file
Martin Jansa f9275b880e
freerdp: use gnu17 to allow building with gcc-15
It was fixed in freerdp3 with
https://github.com/FreeRDP/FreeRDP/pull/10553
but it doesn't apply easily in freerdp2, use gnu17 to avoid:
http://errors.yoctoproject.org/Errors/Details/852862/

TOPDIR/tmp/work/core2-64-oe-linux/freerdp/2.11.7/build/channels/client/tables.c:124:25: error: initialization of 'UINT (*)(void)' {aka 'unsigned int (*)(void)'} from incompatible pointer type 'UINT (*)(void *)' {aka 'unsigned int (*)(void *)'} [-Wincompatible-pointer-types]
  124 |         { "libusb", "", libusb_freerdp_urbdrc_client_subsystem_entry },
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-29 08:45:34 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: bstat: use uint32_t instead of __uint32_t to fix build with musl 2025-04-27 15:23:47 -07:00
meta-gnome gegl: make use of virtual/libsdl2 2025-04-25 14:47:09 -07:00
meta-initramfs kexecboot: fix build error with gcc-15 2025-04-24 08:45:52 -07:00
meta-multimedia pipewire: Avoid having pipewire-native depend on pipewire 2025-04-28 14:17:36 -07:00
meta-networking libnftnl: fix tag name 2025-04-29 02:33:26 -07:00
meta-oe freerdp: use gnu17 to allow building with gcc-15 2025-04-29 08:45:34 -07:00
meta-perl libauthen-sasl-perl: upgrade 2.1700 -> 2.1800 2025-04-29 02:33:23 -07:00
meta-python python3-pycares: upgrade 4.6.0 -> 4.6.1 2025-04-29 02:33:25 -07:00
meta-webserver apache2: Scrub -ffile-prefix-map in build.nice file 2025-04-22 09:10:56 -07:00
meta-xfce xfce4-session: Update D-Bus runtime dependency declaration 2025-04-24 18:43:19 -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