summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"