From 28bb6ba3add76d6ffe29eea427b4456bc1105a79 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 14 Apr 2023 20:32:34 +0300 Subject: [PATCH] recipes-graphics/wayland/agl-compositor_git.bb: Bump SRCREV Sync up with the latest octopus changes. Specifcally the following changes have been added since the previous update: - 6d41be723042cbbb6 compositor: Added layout_save/layout_restore - 6678f58648dd18216 shell: Check for a valid ivi_surface - b0dfbd7b26974a925 shell: Check for invalid outputs passed on when activating - 39ad965461050db22 compositor: Fix memleak when disabling the output - 77475e34bf7a1619b Add gitreview file for Optimistic Octopus branch - 53a039ff1c4b05aaa ivi-compositor: Add support for multiple app_ids - ce8dd33f3762e0ec4 meson: Deprecate waltham and inform users of that - 6fd11a88c4d3c82e3 meson: Bump to version 0.0.21 - 4003cfb04b7bae04c shell: Reset the area activation Change-Id: I87b404486b05e4b33903476ec9e2bd0ccbae194d Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28645 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 d4f5ce760..d1f1b7ba9 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,7 @@ 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 = "7ef34e0c465a7596f87866e88bc5a9eed2ca7c05" +SRCREV = "6d41be723042cbbb6962d907d52cac1af8f7f130" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" @@ -29,7 +29,7 @@ FILES:${PN} = " \ ${bindir}/agl-compositor \ ${bindir}/agl-screenshooter \ ${libdir}/agl-compositor/libexec_compositor.so.0 \ - ${libdir}/agl-compositor/libexec_compositor.so.0.0.0 \ + ${libdir}/agl-compositor/libexec_compositor.so.0.0.21 \ ${libdir}/agl-compositor/agl-shell-grpc-server \ " -- 2.16.6