diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-11-29 10:58:28 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-29 17:12:01 +0000 |
commit | c0177072ac2ac503af2792568b65ec97242f681d (patch) | |
tree | 978fbb2df8d30fed4b227514ee23e4f08dc2a8c4 | |
parent | 36142ceb404809900054ada4ae31ddd7e24e87f4 (diff) |
tbtnavi: Bump SRCREV update
Since the lastest update this includes the following changes:
- 81e1e631c app: Replace AGL.conf with getenv
- 404f7128b app: Add a way to retireve output name to place tbtnavi
Bug-AGL: SPEC-5310
Change-Id: I41b7accaef18909ffcdcf2bc883a1b10a96c57e5
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30597
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-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 c3a779214..240a9e0c4 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -32,7 +32,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b file://tbtnavi.token \ file://kvm.conf \ " -SRCREV = "7b54a3782d9981f849a88c023742a7d7f8be7232" +SRCREV = "81e1e631c495b8e8ab1fe479c0ddcd7744d81eda" S = "${WORKDIR}/git" |