agl-compositor_git.bb: Bump SRCREV to pick-up fixes 16/29316/5
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 27 Oct 2023 11:03:30 +0000 (14:03 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 9 Nov 2023 12:24:57 +0000 (12:24 +0000)
This adds two simple fixes for gRPC proxy not crashing when restarting
the service.

Includes the following commits:

0daece43068 desktop: Fix Xwayland build
8c9f4f054a4 grpc-proxy/main-grpc: Don't fall trough assuming we have a wl_display
7ff5ed29cfe grpc-proxy: Don't attempt to connect if there's no compositor running
79f0ed38527 grpc-proxy: Terminate thread when we're exiting
951af503f19 Add gitreview file for Prickly Pike branch
8033c46081b compositor: Add XWayland basic support

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

index fd6d851..21c9b6e 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 = "ffdbb335ee72a5b5cba198800c5537b89d7755a0"
+SRCREV = "0daece43068b1d22d1ad21b2ed3dc383f73fc2e1"
 AGL_BRANCH:aglnext = "next"
 SRCREV:aglnext = "${AUTOREV}"