diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-10-24 16:14:17 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-25 10:00:00 +0000 |
commit | 6a9f7f7cfedc829387ce2e0685ef05029d156cf2 (patch) | |
tree | 72a240ecb9192bf4dfd13a30b598977803617ee0 | |
parent | 734f60eafdd844bb620f8d540b1140f024e522e4 (diff) |
flutter-ics-homescreen: update SRCREVricefish_18.0.2ricefish/18.0.218.0.2ricefish
Update SRCREV to pick up:
a54d15c Update album art reading
448b089 Fix UnitsTile effect height
d8c6d9b Settings: Parse version strings from text files
cb266d2 Remove extra space from Date & Time title
Bug-AGL: SPEC-5255, SPEC-5256, SPEC-5261, SPEC-5269
Change-Id: I7f02dbff945a0f87438202865708f216a4a0e5c6
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30452
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-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 542ecb30a..d5c42ec72 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -17,7 +17,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-ics-homescreen;p file://radio-presets.yaml \ file://kvm.conf \ " -SRCREV = "0c24d7f6ebdb688d3aee492b5f84aa21e141f7e7" +SRCREV = "a54d15ce395b32ac2ca977160668b94162e31102" S = "${WORKDIR}/git" |