diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-08-23 10:29:00 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-08-26 14:44:12 +0000 |
commit | b32c520a5e3981a3a2e4122903e476b1df0fc8e1 (patch) | |
tree | 640853b65f2d6175874436f415d3b4e21ff5771e | |
parent | 5bbb75fc5687e86425928ebe517b4cb5db574fd7 (diff) |
agl-compositor: Bump SRCREV for agl-compositor
Another bump for agl-compositor to pick up another fix for agl-kvm.
In detail the following changes have been pushed since last SRCREV
update.
- c8ffca8f9c67114ca4 compositor: Add option to disable black curtains
- ffe9193e75c998146b compositor: Align to the right the remoting output
Bug-AGL: SPEC-5230
Change-Id: Idcd11d6cae69ed3b0df7637bd92965bc25e16ba0
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30225
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Naoto YAMAGUCHI <naoto.yamaguchi@aisin.co.jp>
-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 ddadf4122..79b13df71 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 = "c1610846f53a0d722da97ce33ae02ad89c6b0194" +SRCREV = "c8ffca8f9c67114ca424b88df0740943fe7768e3" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |