diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-13 11:42:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-14 09:45:05 +0000 |
commit | 56a7874ff6baf60bc6f8d10a8fa0de43cf60b1a4 (patch) | |
tree | b74a999fcc35ae6f0b628b2b7eb398954680afea | |
parent | 7615896b66ea241e9f65aad965a5b95541761756 (diff) |
flutter-ics-homescreen: bump SRCREV
- Bump SRCREV to pick up changes for voice assistant.
Bug-AGL: SPEC-5200
Change-Id: Id1f298993cd583151313c9f2d33de43095ed7a5e
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30413
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb index 5d78336a5..e03bf1d45 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -18,7 +18,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-ics-homescreen;p file://radio-presets.yaml \ file://kvm.conf \ " -SRCREV = "bdc33c218e3e62e5a3121d3ab0de6e26ef7ad3eb" +SRCREV = "f870bbe3c49d421ff8ea561752b3b0a38ad04e96" S = "${WORKDIR}/git" |