mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
rm -f ${S}/.cargo/config.toml
|
||||||
|
}
|
||||||
|
|
||||||
do_compile:prepend() {
|
do_compile:prepend() {
|
||||||
export LIBSTDBUF_DIR="${libdir}/coreutils"
|
export LIBSTDBUF_DIR="${libdir}/coreutils"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user