Go to file
Changqing Li 441873fdc5
doxygen: fix reproducibility issue of doxygen-src
[ snip of CMakeLists.txt ]
BISON_TARGET(constexp
             ${CMAKE_CURRENT_LIST_DIR}/constexp.y
             ${GENERATED_SRC}/ce_parse.cpp
             COMPILE_FLAGS "${YACC_FLAGS}")
[ end of snip ]

bison embeds full paths in its generated headers, eg:
bison -o /full/build/path/generated/example.cpp ...
The header will include:
 #ifndef YY_FULL_BUILD_PATH_GENERATED_MSCGEN_LANGUAGE_HPP_INCLUDED
 #define YY_FULL_BUILD_PATH_GENERATED_MSCGEN_LANGUAGE_HPP_INCLUDED

This make doxygen-src not reproducible, fix by replacing full build path

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-10 19:27:34 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems fatresize: upgrade 1.1.0 -> 1.1.0-3 2025-09-23 07:38:38 -07:00
meta-gnome gnome-menus: upgrade 3.36.0 -> 3.38.1 2025-10-08 23:35:51 -07:00
meta-initramfs dracut: Fix the multi-lib config 2025-09-30 09:01:05 -07:00
meta-multimedia libavif: upgrade 1.0.1 -> 1.3.0 2025-10-06 11:35:24 -07:00
meta-networking squid: patch CVE-2025-59362 2025-10-09 16:15:49 -07:00
meta-oe doxygen: fix reproducibility issue of doxygen-src 2025-10-10 19:27:34 -07:00
meta-perl libmime-types-perl: upgrade 2.28 -> 2.29 2025-09-24 19:22:56 -07:00
meta-python python3-telnetlib3: Upgrade 2.0.4 -> 2.0.8 2025-10-09 09:41:11 -07:00
meta-webserver apache2: ignore CVE-2025-3891 2025-10-05 21:52:27 -07:00
meta-xfce xfce4-mpc-plugin: upgrade 0.5.5 -> 0.6.0 2025-10-08 18:46:04 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -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