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>
This commit is contained in:
Ross Burton
2025-07-23 13:24:47 +01:00
committed by Richard Purdie
parent 921c46de4f
commit 664fa0ede2

View File

@@ -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"