]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust.inc: Fix cross build llvm-config handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2022 11:43:56 +0000 (12:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Aug 2022 14:41:36 +0000 (15:41 +0100)
commitf355e55c1fcef57f288279ffb47ebeb52a72b689
tree1a33142601cc4449c66164493832f24b38d60042
parent279b809e8306b0eb6ae6caeb6b0a3c3c62d2f9d2
rust.inc: Fix cross build llvm-config handling

We need llvm-config for the target but the cross compiled target binary is
no good. We can copy the native one into the target location where it will
then return the target values though.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust.inc