diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-10-03 16:37:52 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-10-05 18:01:55 +0000 |
commit | 6b8af644501c9144366979a96b39b3b415267352 (patch) | |
tree | fb1d6fd1170b89f96cf8bb07a94afbe17b9627d6 /recipes-demo | |
parent | 205758c8d7be87386ab094c0d8b76aa831ef8837 (diff) |
flutter-homescreen: update SRCREV
Update SRCREV to pick up:
6532dfa Switch to compositor's gRPC API
Bug-AGL: SPEC-4914
Change-Id: I7b34cb1633731258ce25e6ce29ae3268088cb9db
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29260
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/flutter-homescreen/flutter-homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb b/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb index 8f2062f1b..7f8258187 100644 --- a/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb +++ b/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb @@ -12,7 +12,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-homescreen;proto file://homescreen.yaml \ file://homescreen.token \ " -SRCREV = "cbbb9f40e283d12f6c52ad28609516f390316f7a" +SRCREV = "6532dfae339faa2f7fa2d06519bf2ca5c6c77b4c" S = "${WORKDIR}/git" |