recipes-graphics/wayland/agl-compositor_git.bb: Do another SRCREV bump 83/27083/3
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 14 Jan 2022 09:22:36 +0000 (11:22 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 19 Jan 2022 15:20:29 +0000 (15:20 +0000)
As it seems I've broken the screenshoter for single ouputs, this bump is
necessary to get it working again in CI.

Specifically this bump includes the following changes:

2ee86feebc8888d client/screenshooter: Compute the width/height for a single output
838df78fe94e5bb agl-compositor: Add NULL check after creating surface/view

Bug-AGL: SPEC-4217

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

index c2d4a76..6a76b3f 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \
           ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "471a12ee38098aaac86e5a9a8e256fd88cd67c0a"
+SRCREV = "2ee86feebc8888d10973a0d3dce1fdd25cd2e6d6"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"