From: Ross Burton Date: Tue, 15 Jul 2025 11:52:33 +0000 (+0100) Subject: clang: remove clang-lldb-python package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f389f14983cf87238f9a073b50837583596735ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clang: remove clang-lldb-python package v1 of the lldb patchset was accidentally merged, which didn't remove this package from the clang recipe. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb index be56b169c2..1daac48eda 100644 --- a/meta/recipes-devtools/clang/clang_git.bb +++ b/meta/recipes-devtools/clang/clang_git.bb @@ -298,7 +298,7 @@ PROVIDES:append:class-native = " llvm-native libclc-native" PROVIDES:append:class-target = " llvm libclc" PROVIDES:append:class-nativesdk = " nativesdk-llvm nativesdk-libclc" -PACKAGES =+ "${PN}-libllvm ${PN}-lldb-python ${PN}-libclang-python ${PN}-libclang-cpp ${PN}-tidy ${PN}-format ${PN}-tools ${PN}-clc \ +PACKAGES =+ "${PN}-libllvm ${PN}-libclang-python ${PN}-libclang-cpp ${PN}-tidy ${PN}-format ${PN}-tools ${PN}-clc \ libclang llvm-linker-tools" BBCLASSEXTEND = "native nativesdk"