perfetto: Disable ccache

It does not build with ccache for some reason, loses the compiler name

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-01-29 18:30:34 -08:00
parent 94e34a6d91
commit 7f456b1f00

View File

@ -32,6 +32,8 @@ DEPENDS += " ninja-native"
COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*"
CCACHE_DISABLE = "1"
FILES:${PN}:append = " \
${bindir}/tracebox \
"