systemd-boot: apply fix for ccache.bbclass compat from @lumag

Fixes #200

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2022-05-20 21:02:50 -07:00
parent d6a67eed49
commit e97c0316a1

View File

@@ -3,5 +3,5 @@
# external toolchain.
EFI_TUNE_ARCH = "-m32"
EFI_TUNE_ARCH:x86-64 = "-m64"
EFI_CC:tcmode-external = "${@'${CC}'.split()[0]} ${EFI_TUNE_ARCH}"
EFI_CC:tcmode-external = "${CCACHE}${HOST_PREFIX}gcc ${EFI_TUNE_ARCH}"
EXTRA_OECONF:append:tcmode-external = " 'EFI_CC=${EFI_CC}'"