diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-04-14 20:32:34 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-20 15:08:31 +0000 |
commit | 28bb6ba3add76d6ffe29eea427b4456bc1105a79 (patch) | |
tree | 98018c6d48aa50fe5ca15c7268b1c45cdb76260a /meta-agl-core/recipes-graphics | |
parent | 7a954ce701c71db4ef17bb0d8b39c423f4062f0a (diff) |
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 <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>
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 4 |
1 files 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 \ " |