summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-05-10 19:23:14 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-11 00:11:04 +0000
commit89143beca6c66882c3ac9a9de4ab811ce5b620b5 (patch)
tree4b5ca3728e21d9fbbc2aeb85c585996223236554
parentbab613f87bf2a6764f0dbddfc8732f22c2d08884 (diff)
recipes-graphics/wayland/agl-compositor_git: Bump SRCREVoctopus_15.0.2octopus/15.0.215.0.2
To include the following fixes for octopus: - 2e3e61c30a304c1a desktop: Don't attempt to send the output name - 95abe05ccf490758 compositor: Don't reuse previous return values - 0badf718dbe59d62 desktop: Look for app_ids after the initial commit - 42e787290b5067d8 layout: Fix no-op check due to invalid checks Change-Id: I22bf73bb2d7e06dba2c5ceedec5748b51f552f51 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28870 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb3
1 files changed, 2 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 d1f1b7ba9..f255e9e93 100644
--- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb
+++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb
@@ -12,7 +12,8 @@ DEPENDS = "wayland wayland-protocols wayland-native weston grpc grpc-native \
${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "6d41be723042cbbb6962d907d52cac1af8f7f130"
+SRCREV = "2288d78df24b9c8101fac29be1343c5591d81165"
+
AGL_BRANCH:aglnext = "next"
SRCREV:aglnext = "${AUTOREV}"