From bcbfd0131bce06c11197d2eee84300897c1680a9 Mon Sep 17 00:00:00 2001
From: Marius Vlad <marius.vlad@collabora.com>
Date: Tue, 14 Nov 2023 15:17:29 +0200
Subject: recipes-demo/homescreen/homescreen_git.bb: Bump SRCREV

This updates includes update from using gRPC to start + activate initial
windows as well as activation using gRPC. Further more this update
shows up how to make use of the subscription mechanism.

The SRCREV bump also includes protobuf and grpc but also bumps the
agl compositor version update.

Bug-AGL: SPEC-4912
Change-Id: Ia2fbb889d04da8a643c5fd1f40b08f7ffe2b6139
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29404
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
---
 recipes-demo/homescreen/homescreen_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb
index 3d1ffb590..e1acc9e3b 100644
--- a/recipes-demo/homescreen/homescreen_git.bb
+++ b/recipes-demo/homescreen/homescreen_git.bb
@@ -14,6 +14,8 @@ DEPENDS = " \
     wayland \
     qtwayland \
     qtwayland-native \
+    protobuf \
+    grpc grpc-native \
     agl-compositor \
     applaunchd \
 "
@@ -25,7 +27,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http
            file://homescreen.conf \
            file://homescreen.token \
 "
-SRCREV = "f32f949b3bd39eaebba71812b6bb2cb80d6ff90a"
+SRCREV = "2c522c4ef64678d4445a57fb86550c9db8f019bb"
 
 S = "${WORKDIR}/git"
 
-- 
cgit