From 1e6c2689cc8a9bcc320ae421819632603eef0dc0 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 27 Oct 2023 14:03:30 +0300 Subject: [PATCH] agl-compositor_git.bb: Bump SRCREV to pick-up fixes 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 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 --- meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb index fd6d85136..21c9b6e5c 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -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}" -- 2.16.6