diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-07-31 13:17:05 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-31 16:14:45 +0000 |
commit | 2b376d15a32ddda7334471a2ec382c91d8512c59 (patch) | |
tree | 7b868c8c8d7ab291b05d548993e3bbb2f15bf441 | |
parent | 64bb35267deb05e730232230f2e5bf19ad7bcdac (diff) |
agl-compsitor: Bump SRCREV for agl-compositor
This is just for picking a single fix for multiple outputs as seen
with agl-kvm builds but as well when having multiple output connectors.
In detail, since the last update:
- c1610846f53a0d722da9 layout: Don't assume we have background surface set-up
Bug-AGL: SPEC-5205
Change-Id: Ie4d9b0fd233774abdb37fc00d1dfa2ad0b6c50c1
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30148
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
-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 41240309b..ddadf4122 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0" DEPENDS = "wayland wayland-protocols wayland-native weston" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "18e93caca8ad397d504215d673765871b2c88f25" +SRCREV = "c1610846f53a0d722da97ce33ae02ad89c6b0194" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |