diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-12-14 13:22:36 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-12-15 07:45:47 +0000 |
commit | 79f38b2020afb61c2928ee4536ce48a41beecb30 (patch) | |
tree | e97ab0b80ab1e10d2075c19eddad76c8483684a2 /recipes-demo/flutter-dashboard/flutter-dashboard_git.bb | |
parent | 4b031da5232bed7050ecb7913dfc766e43e6e3ea (diff) |
flutter-dashboard: update SRCREV
Update SRCREV to pick up:
2fbe5f8 VSS 4.0 updates
f7d640c Revert "flutter-dashboard: fix pixel overflow"
d5f5334 flutter-dashboard: fix pixel overflow
Bug-AGL: SPEC-4970
Change-Id: Iaf1ba13bf98e5c049ac6d14121108d6666cc12a2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29529
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-demo/flutter-dashboard/flutter-dashboard_git.bb')
-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 64850e194..11d736563 100644 --- a/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb +++ b/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb @@ -10,7 +10,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-dashboard;protoc file://dashboard.yaml \ file://dashboard.token \ " -SRCREV = "e389b9fa646f90d50e853c2dbf870cdf9f9b80b7" +SRCREV = "2fbe5f8c19863eb4ac013dce5546900592149a26" S = "${WORKDIR}/git" |