diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-02 15:33:36 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:29:37 +0000 |
commit | 4ad36f3a6d60bf5c73529fa3dc22a755cf6a3229 (patch) | |
tree | a1978e0436797de00d5a2315efb47bb68405b40c | |
parent | a51820aee79b0635dde2429fb0e3f44892af649f (diff) |
tbtnavi: Update SRCREV
Update SRCREV to pick up:
f923df9 Update engine speed signal
Bug-AGL: SPEC-4664
Change-Id: Ie6d2b101ba8e637af4ccef81024a269639796103
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 61df205d8..7931353cb 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 = "624f4e542a981c0b71ee4be9e636df8f34f70d4b" +SRCREV = "f923df9484ed34676dfcf022043f97d86a4bddfa" S = "${WORKDIR}/git" |