Go to file
Kai Kang e33270bb82
xfwm4: fix gcc -Wincompatible-pointer-types
Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types:

| ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument
      2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type
      [-Wincompatible-pointer-types]
|   139 |     sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec);
|       |                                                         ^~~~~~
|       |                                                         |
|       |                                                         long int *

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-12 21:08:07 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems exfatprogs: upgrade 1.2.2 -> 1.2.3 2024-05-31 08:07:41 -07:00
meta-gnome gnome-remote-desktop: update 46.1 -> 46.2 2024-05-29 20:57:55 -07:00
meta-initramfs dracut: Drop an unnecessary patch 2024-06-10 23:08:41 -07:00
meta-multimedia pipewire: update 1.0.6 -> 1.0.7 2024-06-11 15:40:16 -07:00
meta-networking usbredir: upgrade 0.13.0 -> 0.14.0 2024-06-11 22:02:03 -07:00
meta-oe cabextract: add utility to extract Microsft cabinet files 2024-06-12 06:11:47 -07:00
meta-perl libio-compress-perl: upgrade 2.206 -> 2.212 2024-06-07 09:11:58 -07:00
meta-python python3-pydantic-core: Fix build with python 3.12.4 2024-06-12 12:50:45 -07:00
meta-webserver layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-xfce xfwm4: fix gcc -Wincompatible-pointer-types 2024-06-12 21:08:07 -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