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-oe/conf | |
| 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-oe/conf')
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 5b9ceb424e..56aea73b15 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -138,7 +138,6 @@ OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | |||
| 138 | dhrystone-src \ | 138 | dhrystone-src \ |
| 139 | directfb \ | 139 | directfb \ |
| 140 | directfb-dbg \ | 140 | directfb-dbg \ |
| 141 | doxygen-src \ | ||
| 142 | edid-decode \ | 141 | edid-decode \ |
| 143 | edid-decode-dbg \ | 142 | edid-decode-dbg \ |
| 144 | editorconfig-core-c-dev \ | 143 | editorconfig-core-c-dev \ |
