agl-shell-activator_git: Bump SRCREV 67/28567/3
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 8 Mar 2023 13:50:49 +0000 (15:50 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 22 Mar 2023 13:34:04 +0000 (13:34 +0000)
This adds support for set_app_float, set_app_fullscreen and
set_app_normal for the gRPC interface.

In more detail this includes the following changes:

d2dcfd079aa110 AglShellGrpcClient: Add set_app_fullscreen functionality
1542448f3084e7 src: add support for set_app_normal
5695439dc3b1a4 src: Add set_app_float request support
7d66c470049050 src: Fix iteration over actions

Bug-AGL: SPEC-4673
Change-Id: Ief168f7383f691271248234f68df7644b1b1057d
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28567
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>
meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb

index bbc9365..19a5271 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e978448a0d41d826d73890d9c22caf75"
 DEPENDS = "wayland wayland-protocols wayland-native agl-compositor grpc grpc-native"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-shell-activator.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "f5aea684ce51fc1c3df13de14bb017ea2b73d39d"
+SRCREV = "d2dcfd079aa110a5658b904edde1684fe684fd25"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"