agl-compositor_git.bb: Bump SRCREV for fixes 76/29576/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 4 Jan 2024 10:56:15 +0000 (12:56 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 4 Jan 2024 15:33:40 +0000 (15:33 +0000)
This SRCREV bump includes a couple of fixes for avoid a hard-to-catch
race between the gPRC proxy client the shell client. The update
simplifies the whole "conversation" between gRPC client and the
compositor.

In more details the following changes have been added since the previous
update:

e3f8379e48433d grpc-proxy: Add a prefix tag for debugging messages
ae3ef78cb1a01b grpc-proxy: Re-work bound_ok/bound_fail events handling
071440ef54444c shell: Provide a better explanation for terminating the connection

Bug-AGL: SPEC-4977
Change-Id: I6420441e7379f42c0455ffb78e3ea2867b5e332e
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29576
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index 9852027..4e2f922 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0"
 DEPENDS = "wayland wayland-protocols wayland-native weston"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "675456391e4f74559661206ec919cb5f6cb46f69"
+SRCREV = "e3f8379e48433d1ba9236f959c2cb4c78da4c38a"
 AGL_BRANCH:aglnext = "next"
 SRCREV:aglnext = "${AUTOREV}"