aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perfetto/perfetto.inc
blob: 3cd0cb91b82cbf0e037b7ec1aa7da0a4efe6c477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Perfetto - System profiling, app tracing and trace analysis."
HOMEPAGE = "https://github.com/google/perfetto"

# Add only patches here which are used by both perfetto and libperfetto
SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1 \
	   file://0001-fix-musl-build.patch \
	"

SRCREV_perfetto = "c74251226a8caa0b43377902ee06d2570faa0c15"
SRCREV_FORMAT = "perfetto"
PV = "47.0"

S = "${WORKDIR}/git"