Go to file
Haixiao Yan 86b20b84ec
lmsensors: Clean stale files for sensord to avoid incorrect GCC header dependencies
After upgrading GCC—for example, from 14.1.0 to 14.2.0—building lmsensors that
was previously compiled with GCC 14.1.0 may fail with an error like:
lmsensors/3.6.0/recipe-sysroot-native/usr/lib/x86_64-wrs-linux/gcc/x86_64-wrs-linux/
14.1.0/include/stddef.h can't find, which is needed by 'prog/sensord/args.rd'.

This occurs because prog/sensord/args.rd still references stale headers from the
older GCC version.
The root cause is that stale *.rd and *.ro files under prog/sensord are not
properly cleaned during do_configure. This patch ensures those files are removed
to prevent broken dependencies when GCC is upgraded.
Also remove the same statement in do_compile.

Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-10 08:31:05 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems f2fs-tools: Fix build with gcc-15 2025-04-04 19:18:48 -07:00
meta-gnome Fix warning : lack of whitespace around assignment 2025-04-10 08:31:04 -07:00
meta-initramfs Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-multimedia openal-soft: upgrade 1.23.1 -> 1.24.3 2025-03-31 14:42:08 -07:00
meta-networking blueman: update 2.4.3 -> 2.4.4 2025-04-10 08:31:04 -07:00
meta-oe lmsensors: Clean stale files for sensord to avoid incorrect GCC header dependencies 2025-04-10 08:31:05 -07:00
meta-perl libtest-deep-perl: upgrade 1.204 -> 1.205 2025-04-07 12:21:18 -07:00
meta-python python3-pykickstart: Upgrade 3.48 -> 3.62 2025-04-10 08:31:03 -07:00
meta-webserver Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-xfce openzone: Upgrade to 1.2.4 2025-04-06 08:47:56 -07:00
.gitignore
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