mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-09 14:07:28 +00:00
uutils-coreutils: delete .cargo/config.toml
This file hardcodes a specific compiler for aarch64-linux builds, which is not the compiler that we provide. As it's otherwise useless, we can just delete the file. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -65,6 +65,10 @@ python __anonymous() {
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
do_configure:prepend() {
|
||||
rm -f ${S}/.cargo/config.toml
|
||||
}
|
||||
|
||||
do_compile:prepend() {
|
||||
export LIBSTDBUF_DIR="${libdir}/coreutils"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user