diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-05-05 12:27:18 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-08 20:15:48 +0000 |
commit | aa7d61ac7cfc76d55c5d606992e3c7c3c557cd3c (patch) | |
tree | be22414d27b9f7d2bb92760ed3ad5d597b6c7ea7 /meta-agl-core/dynamic-layers/meta-oe/recipes-graphics | |
parent | 128d81f7b8c9653b334fab613ba9e9782fff7e21 (diff) |
recipes-graphics/wayland/agl-shell-activator_git: Bump SRCREV
To include the lastest agl-compositor changes, related to set_app_output
request.
Bug-AGL: SPEC-4673
Change-Id: I4c057182d5d39904a2b1b3a464fa29c927776cab
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28809
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>
Diffstat (limited to 'meta-agl-core/dynamic-layers/meta-oe/recipes-graphics')
-rw-r--r-- | meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb b/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb index 19a5271d5..6b3eb3ce8 100644 --- a/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb +++ b/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/agl-shell-activator_git.bb @@ -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 = "d2dcfd079aa110a5658b904edde1684fe684fd25" +SRCREV = "3caa714ffa288d51dd5b7bc1e8ad5c17d2dbc8b7" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" |