]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
mesa: add opencl -> clang build dependency
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Fri, 10 Oct 2025 11:59:48 +0000 (14:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Oct 2025 17:01:00 +0000 (18:01 +0100)
commitb8fa4a0ac33638b599ee169db11b5e77b2483148
treeceabb53e84e9904e8eaa5d25e59f88728c142f55
parent363961f74e3a8df3d1b97ce33855b8b40f6da497
mesa: add opencl -> clang build dependency

With the commits 448f4a84cb22 ("llvm: add recipe for just the LLVM
libraries") and d76dc362c8e1 ("clang: use llvm recipe") the 'llvm'
dependency inside mesa.inc does no longer pull in the clang libraries,
failing RustiCL build as it can not find Clang libaries.

Add direct dependency on the clang in order to fulfill build-time deps.

Fixes: d76dc362c8e1 ("clang: use llvm recipe")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc