diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-06-29 15:55:49 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-29 18:25:59 +0000 |
commit | dec9511143523b249fec5afee0126d362365f583 (patch) | |
tree | 672fe1e00c664fb5c4d19f88a943702607d9a57e | |
parent | d8761cb048b6c008b6e9ce53038b8a3a9986e84f (diff) |
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 <marius.vlad@collabora.com>
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 <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
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 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" |