Go to file
mark.yang 6a9d7817d8
xsp: fix build error in gcc-15
* fix following build error in gcc-15:
../Xsp/Xsp.c:37:9: error: initialization of 'int (*)(Display *, XExtCodes *)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types]
   37 |         XSPCloseDisplay,                    /* close_display */
      |         ^~~~~~~~~~~~~~~
../Xsp/Xsp.c:37:9: note: (near initialization for 'xsp_extension_hooks.close_display')
../Xsp/Xsp.c:23:12: note: 'XSPCloseDisplay' declared here
   23 | static int XSPCloseDisplay();
      |            ^~~~~~~~~~~~~~~
In file included from ../Xsp/Xsp.c:6:
../Xsp/Xsp.c:49:37: error: conflicting types for 'XSPCloseDisplay'; have 'int(Display *, XExtCodes *)'
   49 | static XEXT_GENERATE_CLOSE_DISPLAY (XSPCloseDisplay, xsp_info)
      |                                     ^~~~~~~~~~~~~~~
../Xsp/Xsp.c:36:9: error: 'XSPCloseDisplay' undeclared here (not in a function); did you mean 'XCloseDisplay'?
   36 |         XSPCloseDisplay,                    /* close_display */
      |         ^~~~~~~~~~~~~~~
      |         XCloseDisplay

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-24 08:45:52 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems bindfs: upgrade 1.17.7 -> 1.18.0 2025-04-16 08:18:04 -07:00
meta-gnome tinysparql: upgrade 3.9.1 -> 3.9.2 2025-04-23 19:35:08 -07:00
meta-initramfs kexecboot: fix build error with gcc-15 2025-04-24 08:45:52 -07:00
meta-multimedia fluidsynth: update 2025-04-22 09:10:56 -07:00
meta-networking nftables: upgrade 1.1.1 -> 1.1.2 2025-04-23 19:35:04 -07:00
meta-oe xsp: fix build error in gcc-15 2025-04-24 08:45:52 -07:00
meta-perl libmime-types-perl: upgrade 2.27 -> 2.28 2025-04-23 19:35:02 -07:00
meta-python python3-posix-ipc: switch to PEP-517 build backend 2025-04-24 00:13:48 -07:00
meta-webserver apache2: Scrub -ffile-prefix-map in build.nice file 2025-04-22 09:10:56 -07:00
meta-xfce layers: Add whinlatter (5.3) to compatible layer series 2025-04-11 20:51:29 -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