diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perfetto/perfetto.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/perfetto/perfetto.inc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.inc b/meta-oe/recipes-devtools/perfetto/perfetto.inc index 4b06c5bf04..e0e4f04a23 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.inc +++ b/meta-oe/recipes-devtools/perfetto/perfetto.inc | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | SUMMARY = "Perfetto - System profiling, app tracing and trace analysis." | 1 | SUMMARY = "Perfetto - System profiling, app tracing and trace analysis." |
| 2 | HOMEPAGE = "https://github.com/google/perfetto" | 2 | HOMEPAGE = "https://github.com/google/perfetto" |
| 3 | 3 | ||
| 4 | SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1" | 4 | FILESEXTRAPATHS:prepend := "${THISDIR}/common:" |
| 5 | 5 | ||
| 6 | SRCREV_perfetto = "b8da07095979310818f0efde2ef3c69ea70d62c5" | 6 | # Add only patches here which are used by both perfetto and libperfetto |
| 7 | SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1 \ | ||
| 8 | file://0001-fix-musl-build.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRCREV_perfetto = "c74251226a8caa0b43377902ee06d2570faa0c15" | ||
| 7 | SRCREV_FORMAT = "perfetto" | 12 | SRCREV_FORMAT = "perfetto" |
| 8 | PV = "31.0" | 13 | PV = "47.0" |
| 9 | 14 | ||
| 10 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
