summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-23 13:24:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-23 18:00:50 +0100
commit664fa0ede26df6f9af386ee9dfc23b6b817f9ab5 (patch)
tree557d1d5b7f5242ace8a7bbc12af8905be60a355d
parent921c46de4fb36e02c29369f6d3066a622c7d51f7 (diff)
downloadpoky-664fa0ede26df6f9af386ee9dfc23b6b817f9ab5.tar.gz
lldb: remove incorrect comment about llvm vs clang
LLDB links to clang libraries, so it really does need clang and not just LLVM. (From OE-Core rev: 1a37bb2f0bbdbd599e1d5967eae1ecde4eff6a80) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/clang/lldb_git.bb1
1 files changed, 0 insertions, 1 deletions
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
12 12
13inherit cmake pkgconfig python3native python3targetconfig 13inherit cmake pkgconfig python3native python3targetconfig
14 14
15# This actually just depends on LLVM but right now llvm and clang are built together
16DEPENDS = "llvm-tblgen-native clang" 15DEPENDS = "llvm-tblgen-native clang"
17 16
18OECMAKE_SOURCEPATH = "${S}/lldb" 17OECMAKE_SOURCEPATH = "${S}/lldb"