diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-01 16:31:37 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:29:37 +0000 |
commit | ab5964cd07834c159c5abbdb28ae1ede9ca2f4a3 (patch) | |
tree | 45de38130a9d3e5d8a0a24e1ec85c940034663e7 /recipes-demo | |
parent | c76683f4f8ecb50675d5fbc7f6745a4a8122b9b9 (diff) |
flutter-dashboard: Update SRCREV
Update SRCREV to pick up:
adc3fca UI Tweak
9ba227f Rework Riverpod provider usage
7e9b0b7 Layout simplifications and tweaks
Bug-AGL: SPEC-4660
Change-Id: I74f3390d5e88e7c002a55ac0bd82f4273dfe3911
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo')
-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 138e1fd95..a207d9e8b 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 = "e6ecc5d46c7ebb11efbc674289c87e50f6d5dfbc" +SRCREV = "adc3fca51b9ebfc23b503126065d97d692d0ec64" S = "${WORKDIR}/git" |