diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-10-11 09:58:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-10 19:27:34 -0700 |
commit | 441873fdc536a35709f61c25ad03d811b0186269 (patch) | |
tree | 8ae0126115bc84bb51020422349ee3cb777ef16e /meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch | |
parent | 0710a28b5948e4ee8043fd6edc44587a0dec10df (diff) | |
download | meta-openembedded-441873fdc536a35709f61c25ad03d811b0186269.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch')
0 files changed, 0 insertions, 0 deletions