Now that clang is providing llvm as well, it should keep existing demands on llvm recipe
Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-devtools/clang/clang_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb index 1ad40f2fcff..56b569fa73a 100644 --- a/meta/recipes-devtools/clang/clang_git.bb +++ b/meta/recipes-devtools/clang/clang_git.bb @@ -303,6 +303,9 @@ do_install:append:class-nativesdk () { sed -i -e 's,${B},,g' ${D}${libdir}/cmake/llvm/LLVMConfig.cmake } +PROVIDES:append:class-native = " llvm-native" +PROVIDES:append:class-target = " llvm" + PACKAGES =+ "${PN}-libllvm ${PN}-lldb-python ${PN}-libclang-cpp ${PN}-tidy ${PN}-format ${PN}-tools \ libclang lldb lldb-server liblldb llvm-linker-tools"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206742): https://lists.openembedded.org/g/openembedded-core/message/206742 Mute This Topic: https://lists.openembedded.org/mt/109411614/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
