From: Khem Raj Date: Mon, 5 May 2025 04:15:12 +0000 (-0700) Subject: clang: RPROVIDE spirv-llvm-translator and libclc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc58a1ee75737851d6e97be8a0b7ac739819efc8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clang: RPROVIDE spirv-llvm-translator and libclc This paves the way to spin out these packages out of clang in future specifically spirv-llvm-translator which is not yet part of llvm monorepo Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb index 8ae67c8c66f..67cd5151df6 100644 --- a/meta/recipes-devtools/clang/clang_git.bb +++ b/meta/recipes-devtools/clang/clang_git.bb @@ -334,6 +334,9 @@ RDEPENDS:${PN}-tools += "\ perl-module-term-ansicolor \ " +RPROVIDES:${PN}-spirv = "${MLPREFIX}spirv-llvm-translator" +RPROVIDES:${PN}-clc = "${MLPREFIX}libclc" + RRECOMMENDS:${PN}-tidy += "${PN}-tools" FILES:llvm-linker-tools = "${libdir}/LLVMgold* ${libdir}/libLTO.so.* ${libdir}/LLVMPolly*"