diff options
-rw-r--r-- | meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb | 4 |
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 | ||
15 | inherit cmake python3native | 15 | inherit cmake python3native |
16 | 16 | ||
17 | EXTRA_OECMAKE += "\ | ||
18 | -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ | ||
19 | -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ | ||
20 | " | ||
17 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |