recipes-demo/homescreen/homescreen_git.bb: Bump SRCREV 04/29404/2
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 14 Nov 2023 13:17:29 +0000 (15:17 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 16 Nov 2023 14:47:52 +0000 (14:47 +0000)
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

index 3d1ffb5..e1acc9e 100644 (file)
@@ -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"