diff options
-rw-r--r-- | meta-oe/recipes-devtools/perfetto/perfetto.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb b/meta-oe/recipes-devtools/perfetto/perfetto.bb index d1980a0097..1605de489f 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb | |||
@@ -32,6 +32,8 @@ DEPENDS += " ninja-native" | |||
32 | 32 | ||
33 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*" | 33 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*" |
34 | 34 | ||
35 | CCACHE_DISABLE = "1" | ||
36 | |||
35 | FILES:${PN}:append = " \ | 37 | FILES:${PN}:append = " \ |
36 | ${bindir}/tracebox \ | 38 | ${bindir}/tracebox \ |
37 | " | 39 | " |