summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perfetto/perfetto.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-11 09:34:38 -0700
committerKhem Raj <raj.khem@gmail.com>2023-08-11 09:36:03 -0700
commit403938ce857665e8acb4a87550a56ac4127585c8 (patch)
treeadf674a6ad854b33120e9fde2bd09ecd80ce57ef /meta-oe/recipes-devtools/perfetto/perfetto.inc
parent1de54a3daacc2ca3be0c3b0ac9a58dc178b96004 (diff)
downloadmeta-openembedded-403938ce857665e8acb4a87550a56ac4127585c8.tar.gz
perfetto: Add SRCREV_FORMAT
Recipe uses multiple SRC_URIs therefore its required to define SRCREV_FORMAT so it can fetch on changes Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/perfetto/perfetto.inc')
-rw-r--r--meta-oe/recipes-devtools/perfetto/perfetto.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.inc b/meta-oe/recipes-devtools/perfetto/perfetto.inc
index de871d4f3..4b06c5bf0 100644
--- a/meta-oe/recipes-devtools/perfetto/perfetto.inc
+++ b/meta-oe/recipes-devtools/perfetto/perfetto.inc
@@ -4,6 +4,7 @@ HOMEPAGE = "https://github.com/google/perfetto"
4SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1" 4SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1"
5 5
6SRCREV_perfetto = "b8da07095979310818f0efde2ef3c69ea70d62c5" 6SRCREV_perfetto = "b8da07095979310818f0efde2ef3c69ea70d62c5"
7SRCREV_FORMAT = "perfetto"
7PV = "31.0" 8PV = "31.0"
8 9
9S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"