summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-28 11:32:37 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-28 16:35:00 -0700
commit0b4b5f3795c53ef9f9b2075cc7b10f60cd1694db (patch)
tree51816431b106a6f32a42c8fdf787a5a0727420da /meta-oe
parent1eee2079e48baf56cc0073ed99f67f6a995f3f04 (diff)
downloadmeta-openembedded-0b4b5f3795c53ef9f9b2075cc7b10f60cd1694db.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
index 92fea981e1..8bd0992bd6 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
@@ -14,4 +14,8 @@ SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449
14 14
15inherit cmake python3native 15inherit cmake python3native
16 16
17EXTRA_OECMAKE += "\
18 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
19 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
20"
17BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"