mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
doxygen: Do not generate #line directive with flex/bison
This ensures that buildpaths are not emitted into generated C sourcefiles fixes. WARNING: doxygen-1.9.3-r0 do_package_qa: QA Issue: File /usr/src/debug/doxygen/1.9.3-r0/generated_src/xmlcode.cpp in package doxygen-src contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1eee2079e4
commit
0b4b5f3795
|
|
@ -14,4 +14,8 @@ SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449
|
|||
|
||||
inherit cmake python3native
|
||||
|
||||
EXTRA_OECMAKE += "\
|
||||
-DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
|
||||
-DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
|
||||
"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user