diff options
author | Ross Burton <ross.burton@arm.com> | 2025-07-23 13:24:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-23 18:00:50 +0100 |
commit | 664fa0ede26df6f9af386ee9dfc23b6b817f9ab5 (patch) | |
tree | 557d1d5b7f5242ace8a7bbc12af8905be60a355d | |
parent | 921c46de4fb36e02c29369f6d3066a622c7d51f7 (diff) | |
download | poky-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.bb | 1 |
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 | ||
13 | inherit cmake pkgconfig python3native python3targetconfig | 13 | inherit cmake pkgconfig python3native python3targetconfig |
14 | 14 | ||
15 | # This actually just depends on LLVM but right now llvm and clang are built together | ||
16 | DEPENDS = "llvm-tblgen-native clang" | 15 | DEPENDS = "llvm-tblgen-native clang" |
17 | 16 | ||
18 | OECMAKE_SOURCEPATH = "${S}/lldb" | 17 | OECMAKE_SOURCEPATH = "${S}/lldb" |