Go to file
Gyorgy Sarvari 964f55887a
libplacebo: fix glslang PACKAGECONFIG
In case glslang PACKAGECONFIG is enabled, compilation fails with
a lot of errors about undefined references from the glslang namespace, e.g.

| /usr/src/debug/libplacebo/7.349.0/src/glsl/glslang.cc:79:(.text+0x160): undefined reference to `glslang::TShader::TShader(EShLanguage)'

This has been solved in the upstream project, and this change backports
the commit that fixes the meson.build file to find the correct libraries
during compilation.

Additionally, fix also the TMPDIR QA error that popped up after fixing
the above issue: remove the RECIPE_SYSROOT value from the generated
pkgconf file (and instead of referring to the libraries by absolute path,
just refer to them by name, as they are supposed to be present in the
standard library lookup path).

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 glslang 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
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