diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2025-01-31 15:13:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-02-01 14:12:01 +0000 |
commit | 10dd3dc9bac3d4006bacf9d49d05eb09a0419d68 (patch) | |
tree | 224620d471f384816a7f6d27d00e6497a9cbded8 | |
parent | 45428e8d626b06a809686fa0db8a3892498b96a4 (diff) |
Includes a minor fix for activating apps not active, which seems
to hit a corner case by UHMI.
Bug-AGL: SPEC-5280
Change-Id: I362c3ab4d111f7187343faa4ba66ce0dd685795c
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30795
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: 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 f6f51c989..7a33b125d 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 = "11120e53a2b4dfea77fe8caf9c2f799ce378e7f7" +SRCREV = "cea35f44d1e60ed2d67c6556eba6b7777d5f66ce" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |