From ab559762e86055ead1ffa2a5f93c91a4f743f9c4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 10 Sep 2022 13:11:15 -0400 Subject: 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 Change-Id: I6ec0f53a0cc68bcf9b434086d99e8849c11198f3 --- recipes-demo/homescreen/homescreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/homescreen/homescreen_git.bb') diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index c8f5eee6..39e55eab 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" -- cgit 1.2.3-korg