recipes-graphics/wayland/agl-compositor_git.bb: Bump SRCREV 45/28645/6
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 14 Apr 2023 17:32:34 +0000 (20:32 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Apr 2023 15:08:31 +0000 (15:08 +0000)
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 <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28645
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index d4f5ce7..d1f1b7b 100644 (file)
@@ -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 \
 "