diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-03-05 22:22:50 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-03-05 22:30:09 +0100 |
commit | 0d509efd27d0a749080810fb0b6b5e7142ae2f7c (patch) | |
tree | c4bfc3d164733cd162e4377eab09df2b1f3e04b1 | |
parent | 29024f1e40d2890685aa07e771afe6b17d2875bd (diff) | |
download | meta-qt5-0d509efd27d0a749080810fb0b6b5e7142ae2f7c.tar.gz |
qt5-creator: Fix parse with latest meta-clang
Since meta-clang's
commit d38888ea80965206c1d2eab9958db1ff980c56c4
Author: Zoltán Böszörményi <zboszor@pr.hu>
Date: Thu Feb 18 04:29:49 2021 -0500
clang: Merge llvm-common into clang
Signed-off-by: Zoltán Böszörményi <zboszor@pr.hu>
parsing fails with:
| ERROR: Nothing PROVIDES 'llvm-common' (but /home/superandy/data/oe-core/sources/meta-qt5/recipes-qt/qt5/qt5-creator_git.bb DEPENDS on or otherwise requires it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
-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" |