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