CMAKE_VERBOSE is already enabled in cmake.bbclass (inherited in this recipe). I would have considering uncommenting the line if it originally meant to disable the verbose mode.
Signed-off-by: João Marcos Costa <[email protected]> --- meta/recipes-devtools/clang/clang_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb index 662cda1b2e..d55c59ffa0 100644 --- a/meta/recipes-devtools/clang/clang_git.bb +++ b/meta/recipes-devtools/clang/clang_git.bb @@ -54,8 +54,6 @@ OECMAKE_SOURCEPATH = "${S}/clang" # linux hosts (.so) on Windows .pyd SOLIBSDEV:mingw32 = ".pyd" -#CMAKE_VERBOSE = "VERBOSE=1" - EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ -DLLVM_ENABLE_PIC=ON \ -DCLANG_DEFAULT_PIE_ON_LINUX=ON \ -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239758): https://lists.openembedded.org/g/openembedded-core/message/239758 Mute This Topic: https://lists.openembedded.org/mt/120028406/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
