From: Ross Burton Date: Wed, 23 Jul 2025 12:24:47 +0000 (+0100) Subject: lldb: remove incorrect comment about llvm vs clang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a37bb2f0bbdbd599e1d5967eae1ecde4eff6a80;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lldb: remove incorrect comment about llvm vs clang LLDB links to clang libraries, so it really does need clang and not just LLVM. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/clang/lldb_git.bb b/meta/recipes-devtools/clang/lldb_git.bb index 10137090ad..4eec175ff0 100644 --- a/meta/recipes-devtools/clang/lldb_git.bb +++ b/meta/recipes-devtools/clang/lldb_git.bb @@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://lldb/LICENSE.TXT;md5=2e0d44968471fcde980034dbb826bea9 inherit cmake pkgconfig python3native python3targetconfig -# This actually just depends on LLVM but right now llvm and clang are built together DEPENDS = "llvm-tblgen-native clang" OECMAKE_SOURCEPATH = "${S}/lldb"