Go to file
Ricardo Simoes a4cad069d2
directfb: Fix C++17 build warning
DirectFB explicitly supports usage of C++. With C++17 and later the below
warning is given:

lib/direct/util.h:223:19:
warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  223 |      register int ret = 0;
      |                   ^~~

To address that, this commit brings in the patch proposed by PR which
removes the usage of the register keyword:

https://github.com/deniskropp/DirectFB/pull/25

Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-26 07:36:10 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems exfatprogs: upgrade 1.2.4 -> 1.2.5 2024-08-19 16:02:49 -07:00
meta-gnome libgsf: Fix build with libxml2 2.13+ 2024-08-24 15:46:31 -07:00
meta-initramfs dracut: Drop an unnecessary patch 2024-06-10 23:08:41 -07:00
meta-multimedia bluealsa: Fix build on musl 2024-08-25 09:02:15 -07:00
meta-networking frr: Upgrade to 10.1 release 2024-08-22 22:39:53 -07:00
meta-oe directfb: Fix C++17 build warning 2024-08-26 07:36:10 -07:00
meta-perl libio-socket-ssl-perl: upgrade 2.085 -> 2.088 2024-07-15 16:36:12 -07:00
meta-python python3-xmodem: Fix LIC_FILES_CHKSUM 2024-08-26 07:36:09 -07:00
meta-webserver webmin: upgrade 2.111 -> 2.202 2024-08-21 08:45:47 -07:00
meta-xfce packagegroup-xfce-extended: fix typo of gobject-introspection-data feature 2024-07-03 08:46:30 -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