diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-12-15 17:47:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-12-17 11:06:53 +0000 |
commit | 56d7526475873c456f3155d680789af03a4c9e73 (patch) | |
tree | 5a23d51f07a8f2fd3ce68e87d17c235f80521021 /meta-agl-core/recipes-graphics | |
parent | ad33e7ade89339278ec3ced3e15d5494c9de9d94 (diff) |
agl-compositor_git: SRCREV bump
To pick up the latest fix for agl-compositor. It's a simple fix for
setting up applications on different outputs.
Change-Id: I63118c793faf0e7a4e68bfd15719c6939cca964d
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29538
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-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 393513320..985202778 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 = "bdc551314dc5511be31550b8c2e06641b9a94639" +SRCREV = "675456391e4f74559661206ec919cb5f6cb46f69" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |