summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-10-27 14:03:30 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-09 12:24:57 +0000
commit1e6c2689cc8a9bcc320ae421819632603eef0dc0 (patch)
tree550eccc34f80c2d37b88925b56a0d594a6925674
parentbfcc770fdbe3e1d73bee8559462214c640b684e4 (diff)
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 <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>
-rw-r--r--meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb2
1 files changed, 1 insertions, 1 deletions
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}"