diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-12 11:03:42 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-12 12:13:08 -0700 |
commit | 6066ff75e0f7da0ea1d9b0f3e01d3b7b1ecce0b9 (patch) | |
tree | 0f489879c309feb1b7b7ca96b6425aded89b6162 /classes/clang.bbclass | |
parent | c31fa8b367b4af4922120fe8e28d255ff4ebf256 (diff) | |
download | meta-clang-6066ff75e0f7da0ea1d9b0f3e01d3b7b1ecce0b9.tar.gz |
mesa: remove bbappend
This bbappend is now just:
YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "${STAGING_LIBDIR}/llvm-config"
YOCTO_ALTERNATE_EXE_PATH:toolchain-clang = "1"
This results in YOCTO_ALTERNATE_EXE_PATH being "1". The second line is
clearly a typo, so if we remove this then it changes the path from
STAGING_BINDIR (as set in clang.bbclass) to STAGING_LIBDIR. If this is
the correct change to make then it should be done in clang.bbclass
instead.
Also, the only place that YOCTO_ALTERNATE_EXE_PATH is respected is as an
environment variable, and this is never exported. It is likely that the
second line was meant to end [export] = "1".
This parameter appears to be no longer needed, so remove the append.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'classes/clang.bbclass')
0 files changed, 0 insertions, 0 deletions