diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-05-05 12:23:48 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-09 10:47:43 +0000 |
commit | 772b6972ec87f95969ebb6597f50f3bfbc3b57fb (patch) | |
tree | ef37f1e4e578544c7c47e823ed9ded36c005a876 | |
parent | 6e34d00fc0646583012a95fc6cb7eb344e036cf7 (diff) |
window-management-client-grpc/window-management: Bump SRCREV
Update window-management-client-grpc to include support for
setting application on different outputs.
Change-Id: Ibf21121c40758648a45ff5c82ed73828bfaaf7e3
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
-rw-r--r-- | recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb b/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb index 9dabbaa26..959198501 100644 --- a/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb +++ b/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb @@ -13,7 +13,7 @@ DEPENDS = "qtbase qtdeclarative qtquickcontrols2 qtwayland \ PV = "2.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/window-management-client-grpc.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "8b057267c4180e5648b6636f4b5b1de07f627977" +SRCREV = "c625714c4adce04c34ab406bdd444b13773760e2" S = "${WORKDIR}/git" |