diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-04-20 09:25:37 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-26 09:25:38 +0000 |
commit | 8c0d5c32b7989306f15149a27620c523b92d8f7f (patch) | |
tree | 934b6c6bf87da0501372684c66957bc3c0488c22 /recipes-demo/html5-launcher/html5-launcher_git.bb | |
parent | 0b9b68f2c2b9bd4bf5e263ab462c672b9758c96b (diff) |
html5-launcher: Bump SRCREV
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: I6062afa817d6b2435e03a1b1ede756a6cd7554b4
Diffstat (limited to 'recipes-demo/html5-launcher/html5-launcher_git.bb')
-rw-r--r-- | recipes-demo/html5-launcher/html5-launcher_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 3595423b9..71319fb6c 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -11,7 +11,7 @@ B = "${WORKDIR}/build" SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=master \ " -SRCREV = "1283e3bddd4655be0d5208fbbcd9535f8f1ff0f6" +SRCREV = "5d264b8a8ee7813809ef6131be0037457b9cd1e4" inherit pythonnative agl-app |