From dec9511143523b249fec5afee0126d362365f583 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 29 Jun 2022 15:55:49 +0300 Subject: agl-compositor_git.bb: Bump SRCREV for marlin This AGL compositor bump update includes the following changes: - dd50730cefd6b9 shell: Fix a typo when adding surface to pending list - 14cb1da8c484fc layout: Do perform a view update transform when unmapped - aecb2e266d3a28 layout: Make the view mapped at activation completion - 00ba5b334e6c0b compositor: Rename activated_by_default to mapped - 0f98b6c74c7951 shell: Do not set none role for applications w/o appid - d0f00d6241ec12 layout: Inform client to resize for fullscreen roles - 26e72fa379d1b1 layout: Send dimensions when setting up property as fullscreen Signed-off-by: Marius Vlad Change-Id: Ie5923378bb48114e81a56ece138c7c7348ab7ff1 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27691 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 --- 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 9b5c614a2..7f811beb0 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -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 = "d4121c4f1b84e23789562d0ab0035754d7910bb3" +SRCREV = "dd50730cefd6b97860f5de4eaa51b18cbf31fe7a" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg