diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-01 16:31:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-01-01 16:31:37 -0500 |
commit | 80854adb04e165bfd37e21a3f78e8caa9501eb75 (patch) | |
tree | 668bb704e823bde693224185c6ed98a1db340a5e /recipes-demo/flutter-dashboard | |
parent | 5272741e0e9cec401a1c0c695cf29e6084a566a5 (diff) |
flutter-dashboard: Update SRCREV
Update SRCREV to pick up:
7b663a0 UI Tweak
84ae05b Rework Riverpod provider usage
61da09a Layout simplifications and tweaks
Bug-AGL: SPEC-4660
Change-Id: I4e163e25a9f2e6979864ce96b6bc2930119b5cb4
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo/flutter-dashboard')
-rw-r--r-- | recipes-demo/flutter-dashboard/flutter-dashboard_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb b/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb index 43228338e..7e86c8924 100644 --- a/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb +++ b/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb @@ -15,7 +15,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-dashboard;protoc file://dashboard_config.yaml \ " -SRCREV = "1a5706e55524f8ba16d28ea9e9748e3ff0ac48c1" +SRCREV = "7b663a0f2f0e9eaf8bb9dee0939cde0aafd69d77" S = "${WORKDIR}/git" |