summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-11-14 15:17:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-16 14:47:52 +0000
commitbcbfd0131bce06c11197d2eee84300897c1680a9 (patch)
treed01c10bff49f7e611d80b26e7eb96c65c41ac13e
parenta45b13ab6ba8008a461c70078ef885f7c29452a8 (diff)
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>
-rw-r--r--recipes-demo/homescreen/homescreen_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb
index 3d1ffb59..e1acc9e3 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"