Go to file
Gyorgy Sarvari bdd2b53408
libplacebo: fix demos PACKAGECONFIG
In case the demos PACKAGECONFIG is enabled, linking fails with
the following error:

| /usr/src/debug/libplacebo/7.349.0/demos/plplay.c:669:(.text.startup+0x90): undefined reference to `parse_args'
| collect2: error: ld returned 1 exit status

The implementation of the missing function is guarded erroneously by
an ifdef flag (HAVE_NUKLEAR, which is only true in case headers from the nuklear
library are present - but in this recipe they are not included).

This patch moves the implementation of this function outside of the ifdef to
avoid the build failure.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-02-16 08:10:20 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems gpiod-sysfs-proxy: Fix deprecation warning 2025-02-16 08:10:20 -08:00
meta-gnome gegl: update 0.4.52 -> 0.4.54 2025-02-12 09:16:10 -08:00
meta-initramfs meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00
meta-multimedia dav1d: update 1.5.0 -> 1.5.1 2025-02-15 17:58:28 -08:00
meta-networking corosync: reproducibility issue 2025-02-13 20:54:52 -08:00
meta-oe libplacebo: fix demos PACKAGECONFIG 2025-02-16 08:10:20 -08:00
meta-perl libmozilla-ca-perl: upgrade 20240924 -> 20250202 2025-02-10 08:45:36 -08:00
meta-python python-grpcio(-tools): add grpc:grpc to cve product 2025-02-14 20:27:18 -08:00
meta-webserver apache2: upgrade 2.4.62 -> 2.4.63 2025-02-10 08:45:35 -08:00
meta-xfce xfce4-sensors-plugin: correct netcat PACKAGECONFIG 2025-02-13 11:34:55 -08: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