summaryrefslogtreecommitdiffstats
path: root/recipes-demo/navigation/ondemandnavi_git.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-07-21 13:08:33 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-07-21 13:58:17 +0200
commit0cf70c4f4fa11154d0f894c67c776ede0b09c0a9 (patch)
tree771e3e11a4cf1ca8a02a0994616937602c59e7f5 /recipes-demo/navigation/ondemandnavi_git.bb
parented0546433050d3010b37a9c09e8f5a64f903d1f8 (diff)
The floating AGL_APP_REVISION leads to more rebuilds than necessary. Replace it with a fixed SRCREV. This is recommended by upstream YP. Bug-AGL: SPEC-4481 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I447f2c9a4a90867ac6e7971fd4bb89252938390b
Diffstat (limited to 'recipes-demo/navigation/ondemandnavi_git.bb')
-rw-r--r--recipes-demo/navigation/ondemandnavi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/navigation/ondemandnavi_git.bb b/recipes-demo/navigation/ondemandnavi_git.bb
index 2cc972a3..d342b501 100644
--- a/recipes-demo/navigation/ondemandnavi_git.bb
+++ b/recipes-demo/navigation/ondemandnavi_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=ht
file://navigation.conf \
file://navigation.token \
"
-SRCREV = "${AGL_APP_REVISION}"
+SRCREV = "9ec20127855f3c48ed58589f9674100edbec3f92"
S = "${WORKDIR}/git"