diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-09-10 13:11:15 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-21 13:18:47 +0000 |
commit | ab559762e86055ead1ffa2a5f93c91a4f743f9c4 (patch) | |
tree | 9036a8133bc33727a627c824c9935a733b1bdef9 /recipes-demo/homescreen/homescreen_git.bb | |
parent | 56e0907b8ca1d7cbdd80f3805ef8d45a09f98aa1 (diff) |
Switch Qt demo apps to gRPC launcher API
Changes:
- Update SRCREV in libqtappfw, launcher, and homescreen recipes to
pick up gRPC API changes.
- Update libqtappfw recipe for switch to meson instead of CMake, and
add new protobuf and gRPC dependencies.
- Update launcher recipe to pull in new libqtappfw dependency, and
update some formatting for consistency with the other recipes.
Bug-AGL: SPEC-4559
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6ec0f53a0cc68bcf9b434086d99e8849c11198f3
Diffstat (limited to 'recipes-demo/homescreen/homescreen_git.bb')
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index c8f5eee65..39e55eab7 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -25,7 +25,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http file://homescreen.conf \ file://homescreen.token \ " -SRCREV = "e490ff1e1e31b4a837cb8063f7346dc65ffe073e" +SRCREV = "20f629dd6d8628611d950073c4f7a0446c40365a" S = "${WORKDIR}/git" |