diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-22 22:22:56 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-12-29 15:58:31 +0000 |
commit | 132b0910fb5fd118f31387fa65fb50d63c578455 (patch) | |
tree | 929f89c6da4a7d9ffbffb0e41858255104a84b35 /recipes-demo/html5-homescreen | |
parent | 24e6aa794d7d8d03d950404c241857fb5203b76b (diff) |
Refresh HTML5 demo apps design.
Bug-AGL: SPEC-4041
Change-Id: I6be216b4f382a1c415e530417213954aeb6d216f
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29564
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Naoto YAMAGUCHI <naoto.yamaguchi@aisin.co.jp>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-demo/html5-homescreen')
-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 c03aee496..567d1d669 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -8,7 +8,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=master \ file://homescreen.service \ " -SRCREV = "e85c42ae77592afdb72df8e8d4f27e0e7ad17bb9" +SRCREV = "32098508fa7375690ea1b8dc9da4e7ca641494c1" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |