wayland/agl-compositor_git.bb: Bump SRCREV 52/27252/3
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 8 Mar 2022 14:28:58 +0000 (16:28 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 18 Mar 2022 16:44:40 +0000 (16:44 +0000)
Another bump update for agl-compositor, addresses a small issue found
while using the cursor + some left-overs which have been added with the
previous update.

Since the last SRCREV update, the following changes has been added:

cec4cf8fe409c layout: Address all other callsites w/ dirty+surface damage
62e020b90b062 layout: Inflict surface damage
b06ffcc3ca1ed layout: Remove left-over comment
f24765124d3a5 Fix potential memory leak
9cc8100eef72b meson.build: Don't set the dependency type for wayland-scanner
26c37c4140ce5 Fix potential memory leak

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id2ba7019777da1c06fdecec5a174c8bfeae1a7f3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27252
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 6a76b3f..eff1a89 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 = "2ee86feebc8888d10973a0d3dce1fdd25cd2e6d6"
+SRCREV = "cec4cf8fe409cae5618e81e4a3b6dd11cc8b2aa9"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"