diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-02 15:33:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-01-02 16:03:25 -0500 |
commit | 677b61333546873cc1efab630901999760e954bb (patch) | |
tree | be2ccff7312b01fac2644139b299ec730a46e5fe | |
parent | 62b2ab48fb045ae151e46355f5503acc5df2c6d2 (diff) |
tbtnavi: Update SRCREV
Update SRCREV to pick up:
5da348a Update engine speed signal
Bug-AGL: SPEC-4664
Change-Id: Id054c5c6453fc35c2ba985a2feb4a1a9b8d05f8e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | recipes-demo/navigation/tbtnavi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index c84778a4d..18806d6b5 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -27,7 +27,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b file://tbtnavi.conf \ file://tbtnavi.token \ " -SRCREV = "b8d8c98bfded3ea6a17da5bb83cedb95adfb1112" +SRCREV = "5da348a40d97adbc9a9e4f19b2af597c4295b2d0" S = "${WORKDIR}/git" |