diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-09-11 16:49:57 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-11 20:23:14 +0000 |
commit | ecb7618227566537fe294eb715c05a6a893e5faa (patch) | |
tree | 6562446a3c0ed86028b942498f655ad9b03f875d /meta-agl-profile-graphical/recipes-graphics | |
parent | 0572892b70bbf479065af15761b8e7e421ec8758 (diff) |
recipes-graphics/wayland/agl-compositor: Bump SRCREV
Update SRCREV to include a work-around for clients that will set-up an
application after the initial commit of the surface.
The following changes have included in this bump:
0056122343c7829 layout: Activate by default xdg surface that do not have an app_id set
8769c76e59ec448 layout: If no valid output found, abort early with a protocol violation
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I074d159f70c9e86527c9721bfc26519fce7ea838
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25243
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb index aa15d8e18..1e3162f5d 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-profile-graphical/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 = "c7bc55dce459ea25f725410fc1b86dd9534a9ed5" +SRCREV = "0056122343c782902457802bb1ef6bde7c14d3c9" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" |