diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-06-13 12:49:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-13 18:42:25 +0000 |
commit | 88c2da9145d067ec5497099addb05803065f5bf4 (patch) | |
tree | 8f5695c328737375d249ceceaf2255f25bd33d30 /meta-agl-core | |
parent | 2cba0a151ec57550447bead9b0e2ca33dc9607ba (diff) |
agl-compositor: add workaround for flutter image
This changes the SRCREV to include:
- layout: Add a fallback for reading activation-area
- shell: Don't reset the activation area always
Bug-AGL: SPEC-4829
Change-Id: I1b668c07a2e948289d7d931576fdccda5a44d17b
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29009
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core')
-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 6aaea6ead..62eee42a8 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 grpc grpc-native \ ${@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 = "b6e910b45f3d224b5573166cde1b009a33cdc2d9" +SRCREV = "e9d9ca27950e270bc89a33e7543bd390c5ecc149" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |