diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-04-20 09:25:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-26 09:26:19 +0000 |
commit | 5a9014af6205b979d1b4a9a6ea2a0e9d79e0b21d (patch) | |
tree | f66ff0c37741fa5b65518bec2973404680445951 | |
parent | 8c0d5c32b7989306f15149a27620c523b92d8f7f (diff) |
html-homescreen: bump SRVREV
Includes a fix to application listing/starting after
the change to gRPC API.
Bug-AGL: SPEC-4764
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I76b9074e12c662bda4b87c2869ceb8a51188c064
-rw-r--r-- | recipes-demo/html5-homescreen/html5-homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 1be9751b9..463aa56d0 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -12,7 +12,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=master \ file://homescreen.service \ " -SRCREV = "f3cecb6e79d7fcac14535108c06cb5a922159d78" +SRCREV = "e85c42ae77592afdb72df8e8d4f27e0e7ad17bb9" inherit pythonnative |