mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
94e34a6d91
commit
7f456b1f00
|
|
@ -32,6 +32,8 @@ DEPENDS += " ninja-native"
|
|||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*"
|
||||
|
||||
CCACHE_DISABLE = "1"
|
||||
|
||||
FILES:${PN}:append = " \
|
||||
${bindir}/tracebox \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user