diff options
-rw-r--r-- | recipes-qt/qt5/qt5-creator_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb index decfbd21..5b337ca3 100644 --- a/recipes-qt/qt5/qt5-creator_git.bb +++ b/recipes-qt/qt5/qt5-creator_git.bb | |||
@@ -41,7 +41,7 @@ PACKAGECONFIG_append_toolchain-clang = " clang" | |||
41 | 41 | ||
42 | # Important note: In case clang was added to qttools' PACKAGECONFIG, it has to | 42 | # Important note: In case clang was added to qttools' PACKAGECONFIG, it has to |
43 | # be added here too - otherwise build fails trying to link native clang libraries | 43 | # be added here too - otherwise build fails trying to link native clang libraries |
44 | PACKAGECONFIG[clang] = ",,clang llvm-common" | 44 | PACKAGECONFIG[clang] = ",,clang" |
45 | 45 | ||
46 | COMPATIBLE_HOST_toolchain-clang_riscv32 = "null" | 46 | COMPATIBLE_HOST_toolchain-clang_riscv32 = "null" |
47 | COMPATIBLE_HOST_toolchain-clang_riscv64 = "null" | 47 | COMPATIBLE_HOST_toolchain-clang_riscv64 = "null" |